开发者

Iphone: Check List

Is there standard way to implement standard Iphone Check List like when you choose ringtone in Settings ? 开发者_StackOverflow社区When you click on a row and checkmark appears ...

Or I should draw a checkmark by myself and set it by row index ?


You don't need to actually draw it. You can use:

[self.tableView cellForRowAtIndexPath:indexPath].accessoryType = UITableViewCellAccessoryCheckmark;

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜