avinash
avinash

Reputation: 611

multiple page turn effect like flipboard

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

thanks

Upvotes: 3

Views: 1570

Answers (1)

Reefaq
Reefaq

Reputation: 762

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 :)

Upvotes: 7

Related Questions