shnergle / ShnergleApp-iOS

The app.
Other
2 stars 0 forks source link

Improve gesture to pop view controller #358

Closed krzd closed 11 years ago

krzd commented 11 years ago

If the default back button is used, it should automatically behave as in eg the settings app. Let's see if we can have the same behaviour with our custom back button.

krzd commented 11 years ago

Have been able to implement this new gesture. There could be some bugs though, one I have fixed on venue view. The bug is: when swiping to go back, but then interrupting it so that you stay on the same page, can lead to a crash. so we should test to swipe (almost) back on all screens.