views:

163

answers:

1

alt text

To me, this looks like a UITableViewCell, but with rounded corners. I also want the behavior of my "button" to do behave the same way as in the timer App. How do I do it?

EDIT: By "button" I mean the one that says "When Timer Ends". again, to me it looks like a TableViewCell. Thanks for the speedy responses guys.

+2  A: 

This question has already been asked: see here for the tutorial.

EDIT: It looks like the "button" is actually a UITableViewCell (although it's hard to tell for sure). For a tutorial on customizing table cells, see here.

eman
Thanks, I will more than likely need this, but I meant the other "button", a term I use loosely.
Derrick
(See the updated answer).
eman