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 ?
Another question is how to write option table like following.
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 ?
Another question is how to write option table like following.
The first is a UILabel with a bluish textColor. Try UITableViewCellStyleValue1.
The second has UITableViewCellAccessoryCheckmark.