uias / Pageboy

📖 A simple, highly informative page view controller
MIT License
1.99k stars 154 forks source link

A PageboyViewController + UIScrollView + Height #221

Open MaxCavalheiro opened 5 years ago

MaxCavalheiro commented 5 years ago

Hello,

I have the following structure:

UIScrollView 
     - ContentContainer (UIView)
             - PageboyViewController
                    - UIViewController **with 900px height**

And my UIViewController has always the same height of PageboyViewController and not scrolling content.

But if I put UIViewController directly in ContentContainer it works!

I need to configure something anything else to PageboyViewController respect the same height of UIViewController content ??