zhxnlai / ZLSwipeableView

A simple view for building card like interface inspired by Tinder and Potluck.
MIT License
2.82k stars 330 forks source link

Don't show cards below the current one unless you swipe #32

Open ericgross opened 9 years ago

ericgross commented 9 years ago

When you are looking at cards in a resting state you can see some edges of cards behind the current one around the edges. Can you make it possible to not do that so that you can only see the current card assuming all cards are the same size until you start swiping?

filippocamillo commented 9 years ago

It seems to be the rotationDegree property. You should set it at 0.0; I'm just starting looking into this great library, so tell me if I was wrong!