iphone - how can I put particular action as I select any row of UITableViewController? -
i have table , item on it, want call method select particular row , sort of alert msg index in selected,
any solution????
all need implement method:
- (void)tableview:(uitableview *)tableview didselectrowatindexpath:(nsindexpath *)indexpath; for more details, can search in xcode's developer documentation.
Comments
Post a Comment