RNSwipeViewController icon indicating copy to clipboard operation
RNSwipeViewController copied to clipboard

Need to make CanSwipeCenter=NO

Open ghousesgb opened this issue 12 years ago • 0 comments

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

ghousesgb avatar Mar 17 '14 11:03 ghousesgb