Is there a way to make a UIWebView recognize the double tap using a simple UITapRecognizer and to go fullscreen on double tap? I have a UINavigationBar on that screen and I want it to be hidden as well
Any ideas on how to do it?
Thanks in advance!
Is there a way to make a UIWebView recognize the double tap using a
Share
Try to make the Navigation Bar hidden:
Then Use CGRect to make the webView grow to the top of the screen.
I dont know how to do double tap but i guess you could make a button and then make that Touch Down Repeat so they have to double tap it.