iphone - editingStyleForRowAtIndexPath Scrolling problem -


I am experiencing a very strange problem with the editing force StyleAboutEntIndexAP method. I am planning to change the format of editable cells. It was working fine, but when I scroll to the table, I can not find the table cell pointers in the editing style RAUT & XPSP representative method. Therefore, new cells do not get custom appearance.

I am using it -

  - (UITableViewCellEditingStyle) table view: (UITableView *) table view editing systemForRowAtIndexPath: (NSIndexPath *) indexPath {// get tablviewcell Indicator UITableViewCell * pCell = [Tableview cellarrowoutindexpath: indexpath]; // & lt; - Scrolling to the table does not get pointers and new cells come up // Changky cell presence here ...}  

Thanks advance!

I think the table view specified a cell in the index path given before calling this method. Can do. A more reliable way to optimize table visualization cells will be override - Parable View: Will Disis Call: forRowAtIndexPath:. You can test the property property of the cell editing there and work accordingly.


Comments