nicklockwood / SwipeView

SwipeView is a class designed to simplify the implementation of horizontal, paged scrolling views on iOS. It is based on a UIScrollView, but adds convenient functionality such as a UITableView-style dataSource/delegate interface for loading views dynamically, and efficient view loading, unloading and recycling.
Other
2.65k stars 413 forks source link

When swipe view is in navigation controller. Swiping is getting stuck iOS 7.0 and 7.1 devices. #174

Open AmilaDiman opened 9 years ago

r-dent commented 9 years ago

I have the same issue. No interaction possible with the Swipe View or one of the slides. CPU usage is at 100% and the Memory Usage is constantly growing.

I did a random break and it looks like it is something with layout subviews.

DanijelHuis commented 9 years ago

Same issue

FlorianBasso commented 9 years ago

My swipeView is also stuck but only on iPhone 6+.

For my app, it doesn't matter if the swipeView is in a navigation controller or not. The issue appears only if I swipe from the right to the left.

It is a really strange issue.