views:

83

answers:

2

I'm trying to build by very first app so excuse my ignorance. I love the sample code that Apple put together here called ViewTransitions:

http://developer.apple.com/iphone/library/samplecode/ViewTransitions/Introduction/Intro.html

I want the transition to occur after a user taps the screen once instead of the button like the code does.

Thanks!

A: 

Change the inherited class of your xib to be UIControl.

sza
A: 

Implement the touch events in your view.

tadej5553