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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -