Search code examples
ipadcore-animation

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


Solution

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