ios - JASidePanel Swipe doesn't work after push new controller on navigation stack -


i use jasidepanel achieve effect in facebook app. have problem it.

storyboard

(1) subclass of jasidepanelcontroller, navigation controller added center panel. works fine, after push new view controller navigation controller i'm not able make swip gesture show table view (4 - left panel). there way around or i'm doing wrong.

[edit] ok found why did occur, jasidepanel has property panninglimitedtotopviewcontroller has set no in order allow swipe gesture on diffrent view controller 1 on top.

jasidepanelcontroller.panninglimitedtotopviewcontroller = no;


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -