3

I want to make multiple page turn effect like flipboard. please give me suggestion How to implement this effect.

thanks

avinash
  • 611
  • 1
  • 7
  • 22

1 Answers1

7

Have a look at github.com/raweng/FlipView, we tried to replicate Flipboard app for ipad !!

Implemented some of the features like

  • multiple flip (just click on last pagination if u r at first or second for multi-flip).
  • Views arrangement if orientation changed like Flipboard
  • selection of random layout

Hope it helps u :)

Reefaq
  • 762
  • 12
  • 21