Reputation: 89
Instead of Images in coverflow, I want to have a list buttons in a scrollView(For each of the image in the coverflow), clicking upon them should navigate to the other page, which again contains a list of buttons inside scrollview.
Upvotes: 2
Views: 990
Reputation: 2460
You can use iCarousel an open source library which accept UIViews as components :)
Hope this helps
Upvotes: 1
Reputation: 720
And override the touchesEnded event in AFOpenFlowView.m
This might help you.
Upvotes: 0