I am trying to hide the navigational bars according to the cursor positions.so, that I can use the full screen of the iPhone. But I donno how to start it.
Similar (less confusing 🙂 ) question: Show/hide UIToolbar, "match finger movement", precisely as in for example iOS7 Safari
Use the below code if you want to hide and unhide the navigation bar on double tap on any part of the view
In your .h file:
Connect the IBOutlet in your XIB.
in your .m file:
Do the modifications as per your requirement.
Happy coding!