aschuch / StatefulViewController

Placeholder views based on content, loading, error or empty states
MIT License
2.14k stars 149 forks source link

placeholder views aligned to top of UITableViewController #67

Open tobitech opened 6 years ago

tobitech commented 6 years ago

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?

peihsendoyle commented 6 years ago

I met this issue too.

ArtemGoryunov commented 6 years ago

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