iOS Question Enable sliding back to previous page

Pooya1

Active Member
Licensed User
When i set true NavigationBarVisible,I can back to previous page with sliding from left page (touch from left and drag to right)
But when i set false for NavigationBarVisible,i cannot drag page for back to previous page
Do you can do it?
 

Pooya1

Active Member
Licensed User
Upvote 0

Pooya1

Active Member
Licensed User
No Erel You can use below code for enable sliding without show navigationbar visible o_O
B4X:
Dim no As NativeObject=NavControl
no.GetField("interactivePopGestureRecognizer").RunMethod("setDelegate:",Array(Null))
I test it but i need disable it when i dont need to it
Do you have idea?
 
Upvote 0
Top