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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -