Re: UITableViewController init not called (storyboard)

2013-03-12 Thread Damian Carrillo
The particular initializer in use is initWithCoder: UITableView conforms to the NSCoding protocol. Hope this helps. Damian On Mar 12, 2013, at 11:09 AM, Koen van der Drift wrote: > I'm playing around with a storyboard app on iOS. To test a TableView I > created a UITableViewController sub

Re: UITableViewController init not called (storyboard)

2013-03-12 Thread Koen van der Drift
On Mar 12, 2013, at 12:32 PM, Ten Horses | Diederik Meijer wrote: > Have you tried moving those datasource codelines to viewDidLoad or > viewWillAppear? It may be that when the view is instantiated from the > storyboard init is not called? > I thought about that, and yes it works. I was hes

Re: UITableViewController init not called (storyboard)

2013-03-12 Thread Ten Horses | Diederik Meijer
Have you tried moving those datasource codelines to viewDidLoad or viewWillAppear? It may be that when the view is instantiated from the storyboard init is not called? Op 12 mrt. 2013, om 17:09 heeft Koen van der Drift het volgende geschreven: > I'm playing around with a storyboard app on i

UITableViewController init not called (storyboard)

2013-03-12 Thread Koen van der Drift
I'm playing around with a storyboard app on iOS. To test a TableView I created a UITableViewController subclass, and set it as the custom class in the storyboard. Then in the init method, I added a bunch of objects to act as the datasource, however init never gets called, and my tableview remain