Reputation: 25
Whe trying to use static cells in the UITableViewController from XIB outside the stroyboard, I could not find the option for choosing the static cell and dynamic cell option.
Upvotes: 1
Views: 36
Reputation: 552
Static table cells are only valid when embedded in UITableViewController instances.
It is available on the StoryBoard UITableViewController instances
Create UITableViewController in StoryBoard
Upvotes: 3