SwipeView icon indicating copy to clipboard operation
SwipeView copied to clipboard

If adding UIImageView to SwipeView, image is unloaded after swiping

Open zallanx opened this issue 10 years ago • 1 comments

I followed the example Paging project, and as with both the example my present project, each of the UIViews thats added to the swipe view in - (UIView *)swipeView:(SwipeView *)swipeView viewForItemAtIndex:(NSInteger)index reusingView:(UIView *)view is reloaded after its swiped out.

The result of this means that in the included Example Project, the background color UIView does not retain what it was previously and changes every time upon swiping. And as with my current project, the included UIImageView simply disappears when the UIView is swiped away. I was wondering if there is a way to keep the views from reloading?

Thanks!

zallanx avatar Apr 09 '14 21:04 zallanx