rnystrom / RNSwipeViewController

Swipe in view controllers from off-screen similar to Check the Weather.
MIT License
293 stars 50 forks source link

Need to make CanSwipeCenter=NO #10

Open ghousesgb opened 10 years ago

ghousesgb commented 10 years ago

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