UI problems after first page swipe
rursache opened this issue · 1 comments
rursache commented
i got 3 view controllers in SwiftyPageController
- if i switch to VC no. 2, and come back to no. 1, pressing any UIButton will keep it highlighted until a future page change.
- if i switch to VC no. 2, and come back to no. 1, presenting an alertview will make the app be stuck. you cannot press any button in the alertview
i'm 99% sure both problems have the same root cause
alkhokhlov commented
- added permissibleRangeForHandlingPanFromSides for starting handle pan gesture
- fixed