Re: Crash when using TableView in View managed by TabController

2009-07-19 Thread Trygve Inda
> 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

Crash when using TableView in View managed by TabController

2009-07-18 Thread Trygve Inda
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