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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -