akiroom / AXStretchableHeaderTabViewController

Stretchable header view + Horizontal swipable tab view
MIT License
285 stars 50 forks source link

UIViewController with UIScrollView #18

Closed johannwilfling closed 10 years ago

johannwilfling commented 10 years ago

For a subview controller, I've added a UIScrollView to an plain UIViewController that conforms to the 'AXStretchableSubViewControllerViewSource' protocol.

Within the stretchableSubViewInSubViewController:subViewController method, the reference to the UIScrollView is returned.

However, the 'stretch' and 'move' effect of the header view is not triggered - what am I missing?

Nice and great control, anyway! ;-)

akiroom commented 10 years ago

It is similar to AXSub4ViewController in Example. I need more information. Could you check the bottom list?

johannwilfling commented 10 years ago

Thanks for your hints - I've messed something up .. :-(