StatefulViewController
StatefulViewController copied to clipboard
placeholder views aligned to top of UITableViewController
I set up my placeholder view as usual inside of a UITableViewController using the view's frame, but the placeholder views don't take the entire view's frame instead are aligned to the top with parts hiding under the navigation controller. How can I resolve this please?
I met this issue too.
I had the same issue. Just replace UITableViewController with UIViewController with UITableView inside.