RazzleDazzle icon indicating copy to clipboard operation
RazzleDazzle copied to clipboard

add note in README - if displayed by pushViewController()

Open flexund opened this issue 9 years ago • 0 comments

I had a huge issue when the AnimatedPagingScrollViewController was displayed in a navigation controller. The scrollView was behaving strange as if the contentView was too big and vertical scrolling was enabled.

This was due to the ViewController I used to subclass AnimatedPagingScrollViewController had the Adjust Scroll View Insets enabled. When disabled it worked just fine.

flexund avatar Mar 08 '17 18:03 flexund