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
Post a Comment