aschuch / StatefulViewController

Placeholder views based on content, loading, error or empty states

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

placeholder views aligned to top of UITableViewController

tobitech opened this issue · comments

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.

commented

I had the same issue. Just replace UITableViewController with UIViewController with UITableView inside.