I was having a similar issue with IB, so I decided to try your code Dev.....We get this error though...
2008-08-16 16:39:45.134 AppTab[16817:20b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSCFArray insertObject:atIndex:]: attempt to insert nil'
2008-08-16 16:39:45.136 AppTab[16817:20b] Stack: (
2454909259,
2496749819,
2454908715,
2454908778,
2465199056,
2464274948,
2464274708,
816674028,
816673653,
816663945,
10054,
816174362,
816210018,
2464512350,
2454412101,
2454412536,
829005112,
829005309,
816175835,
816221412,
9888,
9742
)
It seems to be failing on this line...
UINavigationController *tableNavController = [[[UINavigationController alloc] initWithRootViewController:listTableViewController] autorelease];
[listTableViewController release];
Ideas?
|