Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Sean Kim

macrumors newbie
Original poster
Jun 9, 2011
5
0
I'm trying to create a checkmark on the left side of a tableview cell.

I found that "cell.accessoryType = UITableViewCellAccessoryCheckmark" always shows checkmark on the right end of the cell.

I want something like in the WiFi settings page which has checkmark on the left and the other marks on the right side.

Do I have to use separate custom view for this? or is there any other way to do this using pre-implemented method?

Thank you

Sean Kim
 
That checkmark in the Wifi cell is an image and is (probably) a standard UITabelViewCell not a custom view.
Check the docs "Using Cell Objects in Predefined Styles" in the Table View Programming Guide.

- Olaf
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.