Closed johannwilfling closed 10 years ago
It is similar to AXSub4ViewController in Example. I need more information. Could you check the bottom list?
UIScrollView
has enough contentSize
to scrollstretchableSubViewInSubViewController:
method returns not nil scroll view.UIScrollView
is addded in UIViewController
's view
.Thanks for your hints - I've messed something up .. :-(
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! ;-)