Why is it so hard for people to post the code from the file that actually has the problem?
If your table isn't populating, then there is something wrong with your table view datasource. Either your data is not configured correctly, or your delegate methods are doing something wrong, or the delegate is not correctly configured, or any other number of possibilities that are not in any way related to the code that you posted.
If you succeeded in displaying the second view controller at all, then you already know that the code you posted works just fine. If you didn't get to the next view, THEN the problem could be here (although not necessarily).
|