Question

i followed this tutorial (http://github.com/tupps/OpenFlow) for creating cover-flow ,

but in open flow openflow library 'touchAtIndex' delegate method was not being called when taping the images.

any suggestions on to trigger that method?

Was it helpful?

Solution

here i found another way to detect single tap on image . i created a custom button and placed it image zoomed area n given a tag value for each image n i presented a view on each image touch...

OTHER TIPS

[(AFOpenFlowView *)self.view setViewDelegate:self];
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top