aschuch / StatefulViewController

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

Use superview frame with insets when showing view #49

Closed buttacciot closed 7 years ago

buttacciot commented 7 years ago

Works with UIViewController subclasses included UITableViewController and UICollectionViewController. TBVC and CVC do not play nice when adding subviews via auto layout.

aschuch commented 7 years ago

Cool, thanks!