drumnkyle / KSCardView

A robust, customizable, easy to use, subclass of UIView for iOS.
MIT License
108 stars 10 forks source link

Programmatically hide cards #5

Closed ShadeApps closed 10 years ago

ShadeApps commented 10 years ago

Thanks for the awesome and amazing control!

However, I lack support to programmatically hide cards without the touch gesture. Is it possible to implement such support?

drumnkyle commented 10 years ago

Let me look into that. I think I should be able to add it somewhat quickly. I'm glad you like it!

drumnkyle commented 10 years ago

I have it implemented without the rotation. Is that what you want or do you want the same rotation animation when leaving from the left and right?

drumnkyle commented 10 years ago

I've decided to put the rotation, because I think it makes sense to have the animation be the same. I will push it sometime today.

ShadeApps commented 10 years ago

Wow, thanks a lot! You're doing an amazing job!

drumnkyle commented 10 years ago

Thanks! Ok. It's all pushed and updated in CocoaPods, so you can just do pod update and it will be all good. The new version is 1.2.0. Thanks for your support and suggestions!