views:

261

answers:

2

Hello all... i am working on an application which uses the iPod like application in iPhone.. I have implemented the Coverflow. But the main problem now is when we select any image it must flip and then i have to display the detail of that image... and when clicked on detail it must flip again and the same image must get displayed... Working on this from a long but still no success.. Please help.. Thanx in advance.. Note: if the question is unclear or if u want any code regarding please ask i will post it over her..

+1  A: 

Instead of the images you should use content views in the flow, that show images or details and can flip between both. How that can be done is explained here.

Kai
but i am using Alex Fajkowski openFlow... dont knw from where to set the animation as discussed above. please help. I have used his code as it is with the same nib file and have changed the images array only...
Suriya
You have to manipulate Alex' code. Main thing is to change the AFOpenFlowView in a way that the dictionaries can contain not only images, but UIViews or even better just objects which have something like a thumbnail property which is displayed in the flow. It's not that hard, you just have to change the code wherever the images from coverImages or onscreenCovers or whatever is accessed.
Kai
thanks kai for your support but as it was much urgent so i have started implementing the jukebox for the same... lets keep the fingers crossed.. Please have a look at this code and see if you can flip these images or not.. http://chaosinmotion.com/blog/?p=295..Thanks
Suriya
A: 

I also want to extend based on openFlow. To make each image like button, click in the image button will go to other views, and also can go back to the openflow main menu.

Seem like it is hard to response to click and go back.

Forrest