> I have a TabBarController that has three tabs, and each view for these is
> kept in its own nib. One of these views has a UITableView which has its
> delegate and dataSource attached to the File's Owner.
>
> The nib also has TableCell objects which are returned from:
>
> - (UITableViewCell *)ta
I have a TabBarController that has three tabs, and each view for these is
kept in its own nib. One of these views has a UITableView which has its
delegate and dataSource attached to the File's Owner.
The nib also has TableCell objects which are returned from:
- (UITableViewCell *)tableView:(UITab