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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: