I'm making an App for iPad.
But I faced some troubles because of Touch Event of ScrollView. I have tried with iphone sample code [link], but I can't get what I want through this sample. The reason is that my app is only for iPad.
I add my sketchy pic.
-- image link : https://lh5.googleusercontent.com/-x7TsXmxv1XU/TsYSkEh-3VI/AAAAAAAAAB8/ECn3MjiFF6Y/s512/IMG_20111118_170519.jpg
I add UIScrollView on ViewController, and add UIViews on this UIScrollView.
UIViews on this UIScrollView must be hidden outside of UIScrollView. But can't be hidden. @.@ And I can't use touch event on UIScrollView - left and right. What I want is how to use touch event on scroll view.
I searched about this in Stack Overflow and google. I could find many articles, but unfortunately I can't understand clearly.
Please explain me more easily. I'm a beginner programmer.