SingleTap on UIScrollView
Posted
by ludo
on Stack Overflow
See other posts from Stack Overflow
or by ludo
Published on 2010-04-27T06:26:44Z
Indexed on
2010/04/27
6:33 UTC
Read the original article
Hit count: 318
Hi,
I see many post dealing with the UIScrollView like in the PhotoApp, but I don't really understand them, thats why I want to reopen a post about it and have a simple solution.
What I want is to create (without IB) a simple UIViewController who will contain a UIScrollView (inside my scrollView there will be image and the scrollView will be set to pagingEnable to YES of course).
I want to be able with a simple touch of the screen to display the navigationController.navigationBar inside my UIViewController and with another touch not displaying it of course.
Can anyone show me how to implement that?
thanks,
© Stack Overflow or respective owner