Jinu George
Jinu George

Reputation: 25

Static Cells option is not available in UITableViewController Xib out side the storyBoard

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

Answers (1)

Antony Ouseph
Antony Ouseph

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

Related Questions