You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add static cells to UITableView inside a UIViewController.
What?
It's not allow to set a UITableView's Cells to Static Cells if the UITableView not inside a UITableViewController, so a Static-Cells UITableView inside a UIViewController is not allowed.
How?
Using the Cantainer View.
The screen about the demo:
About
Adding the static cell to UITableView inside a UIViewController, iOS