fastred / SloppySwiper

UINavigationController delegate that allows swipe back gesture to be started from anywhere on the screen (not just from the edge).
MIT License
806 stars 107 forks source link

Autorotate issue #9

Closed chapaid closed 8 years ago

chapaid commented 9 years ago

Was experimenting with using SloppySwiper but came across one issue when using an iPad.

If i'm on a child view controller and I change the orientation of my device then swipe back, the parent view controller does not properly readjust its layout. If I use the standard interactive popgesture though it works fine.

Let me know if I'm missing something.

fastred commented 9 years ago

@chapaid Thanks for reporting this. Would you be able to attach a sample project?

joshzngf commented 9 years ago

I'm having the same issue as well. The bug can be reproduced with the following steps using the sample project. Push -> rotate screen -> swipe back -> You'll see a black part meaning the auto layout is not working Screenshots are attached for your reference. Thanks!

simulator screen shot oct 22 2015 1 51 57 pm simulator screen shot oct 22 2015 1 51 59 pm simulator screen shot oct 22 2015 1 52 04 pm simulator screen shot oct 22 2015 1 52 07 pm simulator screen shot oct 22 2015 1 52 10 pm