I setup my dataProvider Object in the storyboard
link it in the storyboard I get an error when i run it.
[TableApp.ItemListViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x7f84f6803a70'
but it is okay when it do it in code inside my ViewDidLoad
I could not figure out why please help me understand.