First of all, I know this question has already been asked but the answer did not solve my problem.
So, Im in XCode 4.2. I am loading a table View and trying to select a row. The row does not seem to be selected. I also tried NSlogging in the
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{}
but the method is not called at all. Also, the table does not bounce.
FYI, I have set the bounce and selection properties in IB.
Can someone please help me out?
Thank You!
Did you set the delegate of your table view to whichever class has didSelectRowAtIndexPath defined, something like: