views:

16

answers:

1

Following image is using UILable or else ? When I use UILabel , textcolor is black and text color is not change when I selected. So, I think, it's not UILabel. How to write like that ? alt text

Another question is how to write option table like following. alt text

+1  A: 

The first is a UILabel with a bluish textColor. Try UITableViewCellStyleValue1.

The second has UITableViewCellAccessoryCheckmark.

drawnonward