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

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -