iphone - How to reach the current selected cell in didSelectRowAtIndexPath? -
i want change accessory view type of cell through method: didselectrowatindexpath , i.e. when row selected want change accessory view type, can inside method ?
you can cell didselectrowatindexpath: method using indexpath this.
uitableviewcell *cell = [tableview cellforrowatindexpath:indexpath];
Comments
Post a Comment