iphone - Best way to implement a custom UITableViewCellAccessoryType to use as check mark (like a to-do list) -
I need to create a checklist using UITableView as a custom list, and tick, what's the best Will (fast and efficient) way to do this?
In addition to this, what is the best way to tick / uncheck the inside of the AccessButtonTapPowerReviewAndInpath, for example, archive / retrieve the current state of the line (check / uncheck):
- (zero) tableview: (UITableView *) tableviewTableviewTapFourWareNDExpath: (NSIndexPath *) indexpath {if (some == is checked) {Change accessory to uncheck {do stuff} else {accessoryView unchecked Sector // do stuff}} for
Thank you!
I have just found that Apple has made such an example! Here is the link to search for the same thing:
Comments
Post a Comment