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

ATPagingView setGapBetweenPages found bug and fix, just add this code. #18

Open
OlehKulykov opened this issue Jan 16, 2013 · 0 comments

Comments

@OlehKulykov
Copy link

  1. When ATPagingView is created you applying scroll view frame like: "_scrollView.frame = [self frameForScrollView];"
  2. 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"
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

1 participant