You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: