ios6 - How to disable edit mode in particular cell ios? -
i created tableview in editable mode tableview rows contain (-) symbol, need cells not under editable mode ,if possible,
according apple documentation of uitableviewdatasource https://developer.apple.com/library/ios/#documentation/uikit/reference/uitableviewdatasource_protocol/reference/reference.html
you can use tableview:caneditrowatindexpath:
Comments
Post a Comment