Hi all. I have a controller derived from UIViewController. It contains an IBOutlet UITableView*, and declares and implements the necessary delegate protocols (cellForRowAtIndexPath and numberOfRowsInSection).
The UITableView resides on a view by itself. I have the delegates connected to the file's owner in Interface Builder, and that owner is of my controller type. I also have the owner's IBOutlet member pointer connected in IB. My delegate methods get called, and I can see that I'm getting the expected results in them and setting cell.textLabel.text in the provided cell. After that, I call reloadData on the UITableView, but it still shows as empty. I've looked at many posts about this, but there's always some explanation that doesn't apply to my simple case here. Anybody have an idea? Thanks! _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com