Dillion / iOS-Flip-Transform

Core Animation framework for navigating data by flipping
919 stars 155 forks source link

[flipView rearrangeLayers:kDirectionForward :3] Issue #14

Open sschizas opened 12 years ago

sschizas commented 12 years ago

Hello,

I having a trouble using the rearrangeLayers method. When i have two objects in the array Object1 Text: 00 Object2 Text: 01 and using [flipView rearrangeLayers:kDirectionForward :3] it does the transition correctly. Transits from 00 to 01.

Then when i add another object Object3 Text:02 and do the rearrange again, when it performs the transition from 01 goes back to 01 instead of 02.

Can you please provide me a solution to this issue??