Dillion / iOS-Flip-Transform

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

How to disable rotation loop? #21

Open semih-akbas opened 5 years ago

semih-akbas commented 5 years ago

Hello,

With the current implementation the items are looping. Lets say we have 4 items, flipping 1,2,3 and 4. after flipping 4 we go back to item 1. I want to disable flipping if the user reaches to the last and first items. How can I do it?

Regards, Semih