I experimented with static cells, so I made a tabular view and nested in it UITableViewController, and then added some static cells. Everything worked fine until I created a new class UITableViewControllerand connected it as a user class before the interface constructor. Since when I create the application, it just shows an empty Tableview without any cells in it, and now I'm wondering what I am missing.
I have tried some research, I doubt that I will be the first to ask, but apparently I must have been looking for the wrong thing. I suppose there must be something that goes on ViewDidLoad, so are static cells loading?
source
share