objective c - How to get which UITableViewCell selected without using UITableViewDelegate methods in iOS -



objective c - How to get which UITableViewCell selected without using UITableViewDelegate methods in iOS -

i want know how selected cell's row index on selection of cell. how without usinguitableviewdelegate methods. please tell me. have search lot not getting solution please if know tell me. please shared viewpoints regarding it.

thanks in advance...!!!

get selected index path table:

nsindexpath *path = [tableview indexpathforselectedrow];

ios objective-c uitableview delegates

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -