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

bounce = YES does not work properly #23

Closed
ghost opened this issue Sep 22, 2010 · 2 comments
Closed

bounce = YES does not work properly #23

ghost opened this issue Sep 22, 2010 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 22, 2010

UIScrollView usually has bounce ability by setting the property. I've tried this:

AQGridView * contentView = [[AQGridView new] autorelease];
contentView.backgroundColor = [UIColor whiteColor];
contentView.autoresizingMask = UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleHeight;
contentView.autoresizesSubviews = YES;
contentView.delegate = self;
contentView.dataSource = self;
contentView.resizesCellWidthToFit = NO;

    contentView.bounces = YES;
contentView.alwaysBounceVertical = YES;
contentView.alwaysBounceHorizontal = YES;

but nothing happens with Bouncing, seems like it does not work...

@blackgold9
Copy link

I'm seeing this always. Did it ever work?

@ghost
Copy link
Author

ghost commented May 31, 2011

Oh, it was long ago...

I've spend some time long ago and now it works fine for me (but I don't remember actual fix -- it was kind of easy I suppose)
Mostlikely, I did not modify the code of AQGridView, but not sure...

I did not close the issue, sorry,... guilty...

@ghost ghost closed this as completed May 31, 2011
This issue was closed.
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