I have a UITableView and I've implemented
- (void)tableView
UITableView *)tableView didSelectRowAtIndexPath
NSIndexPath *)indexPath
to change to a new view when the user selects and item. It works but sometimes when I choose an item it just shows the new view and the item doesn't actually get selected(change to blue). This can be confusing to users, any ideas on how I can fix this?
- (void)tableView
to change to a new view when the user selects and item. It works but sometimes when I choose an item it just shows the new view and the item doesn't actually get selected(change to blue). This can be confusing to users, any ideas on how I can fix this?