saturngod
saturngod

Reputation: 24967

UITable with UILabel or else?

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

Upvotes: 0

Views: 154

Answers (1)

drawnonward
drawnonward

Reputation: 53659

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

The second has UITableViewCellAccessoryCheckmark.

Upvotes: 1

Related Questions