-2

I want to create a menu like in mac itunes app with sliding enter image description here

I want to create menu like this in my iphone application using ios 6 story board is it possible ? Can anybody find me a good tutorial for that thank you

Kamal Upasena
  • 1,329
  • 4
  • 13
  • 38

2 Answers2

1

I suggest you try googling something along the lines of "ios coverflow example".

I did a search for you:

https://github.com/schwa/Coverflow

http://code4app.net/ios/Cover-Flow/4f7feab906f6e79f76000000

Terry
  • 616
  • 6
  • 16
1

You can try this tutorial : http://blog.objectgraph.com/index.php/2010/04/09/how-to-add-coverflow-effect-on-your-iphone-app-openflow/

I also found this on github : https://github.com/schwa/Coverflow

Cheers.

Jerome
  • 915
  • 8
  • 17