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
When ATPagingView is created you applying scroll view frame like: "_scrollView.frame = [self frameForScrollView];"
When you getting frame for the page using scrollView frame sizes.
But if set gap (ofcource after creation ATPagingView) you don't change scrollView frame.
So add "_scrollView.frame = [self frameForScrollView];" to method named: "- (void)setGapBetweenPages:(CGFloat)value"
The text was updated successfully, but these errors were encountered:
But if set gap (ofcource after creation ATPagingView) you don't change scrollView frame.
So add "_scrollView.frame = [self frameForScrollView];" to method named: "- (void)setGapBetweenPages:(CGFloat)value"
The text was updated successfully, but these errors were encountered: