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

Swipe to get other images #20

Open
SrinivasG opened this issue Sep 12, 2011 · 0 comments
Open

Swipe to get other images #20

SrinivasG opened this issue Sep 12, 2011 · 0 comments

Comments

@SrinivasG
Copy link

In my application, Iam using gestures (Swipe gestures with 2 finger touch) to get the next content, In the main content view, Iam adding AFOpenFlowView as a subview, everything is working fine, but Iam facing a problem with swiping on cover flow images, Iam able to get the touch with more than 2 finger (3 or 4 finger touch), what can I do for single finger swipe to handle the cover flow. And also Iam facing a memory issue, I think the main array which is having loaded images is not releasing.
E.g. I have 100 images, which are getting from the service, First it will get 6 images (as we set the buffer_size as 6), If we scroll to next it is adding to that main array, but it is not removing the earlier content which is eating the more memory.

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