ios - changing transition of swipe gesture recognizers -
i've set swipe gesture recognizers in storyboard move between view controllers. there 4 view controllers, swipe left in 1 go 2, swipe left in 2 go 3 or swipe right in 2 go one, etc. functions fine, when swipe right in 1 of views go previous one, view transitions in right side of screen instead of left. when swiping left move through pages looks fine , natural, when swiping right i'd able tell direction new view controller should transition in from. don't see way storyboarding , not sure how programatically.
if doing transitions using segues, right swipe needs connected unwind segue. shouldn't use push go "backwards" in sequence of controllers.
Comments
Post a Comment