copied a UITable to a other Storyboard, now I cannot see any rows ?
I Hade a nice looking and working Table with many rows linked to a nice View. Everything was perfect, Than I copy/paste the NavigationController, TableView and the corresponding View to a new project, I also imported the necessarily files (if I forgor someone, Xcode reminded me)
Running the new project code, works fine until I push in to the “old” tableView
nothing in the view is visible?
It might interesting to know that the title, and the addButton(upper right) EditButton(upper left) that I have in the TableView is there thou the addButton crasch the program. with the error mag something like “Invalid table view update” Im thinking that this has to do with my AppDelegate.hm ?
The new project have files called StartAppDelegate.hm
But all table info is in the “old” AppDelegate.m so maybe connect them in some way?
Am I on to something or just wasting my time?
I please you all to help if you have any idea, I guess this is some rookie mistake but I cannot find any info surfing around.
Thanks in advance!
Try setting Some attributes in Various Inspector of your View and TableView. There might be a Small mistak…