uinavigationcontroller - How to disable the swipe feature to back view controller? -


i want disable swipe viewcontroller feature in uiviewcontroller. put line in viewdidloadbut not working.

self.navigationcontroller.interactivepopgesturerecognizer.enabled = no; 

how can disable feature. because have side menue (swrevealviewcontroller). when swipe frontviewcontroller goes loging screen. how can avoide this? above line not working me.

please me. thanks


Comments

Popular posts from this blog

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -