Iphone: Check List -


is there standard way implement standard iphone check list when choose ringtone in settings ? when click on row , checkmark appears ...

or should draw checkmark myself , set row index ?

you don't need draw it. can use:

[self.tableview cellforrowatindexpath:indexpath].accessorytype = uitableviewcellaccessorycheckmark;


Comments