Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIViewController with UIScrollView #18

Closed
johannwilfling opened this issue Sep 5, 2014 · 2 comments
Closed

UIViewController with UIScrollView #18

johannwilfling opened this issue Sep 5, 2014 · 2 comments

Comments

@johannwilfling
Copy link

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
Copy link
Owner

akiroom commented Sep 11, 2014

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

  • UIScrollView has enough contentSize to scroll
  • stretchableSubViewInSubViewController: method returns not nil scroll view.
  • UIScrollView is addded in UIViewController's view.

@johannwilfling
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants