You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using leftviewcontroller (with uinavigationcontroller) and centerviewcontroller (with uinavigationcontroller).
When we go into child controllers from centerviewcontroller
i am setting self.swipecontroller.canswipeleft=NO. (it works fine)
when we go into child controllers from leftviewcontroller
(here i have create canswipecenter property and its setter as u have done for left)
and trying to set self.swipecontroller.canswipecenter=NO, (its not working)
Please any hint. I don't want to show centerviewcontroller when, we move to child controller of leftviewcontroller.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I am using leftviewcontroller (with uinavigationcontroller) and centerviewcontroller (with uinavigationcontroller).
When we go into child controllers from centerviewcontroller
i am setting self.swipecontroller.canswipeleft=NO. (it works fine)
when we go into child controllers from leftviewcontroller
(here i have create canswipecenter property and its setter as u have done for left)
and trying to set self.swipecontroller.canswipecenter=NO, (its not working)
Please any hint. I don't want to show centerviewcontroller when, we move to child controller of leftviewcontroller.
Thanks in advance
The text was updated successfully, but these errors were encountered: