MengTo / Spring

A library to simplify iOS animations in Swift.
http://designcode.io
MIT License
14.08k stars 1.8k forks source link

Is this library useless if I am already using JakeLin/IBAnimatable #149

Open leonardbonfils opened 8 years ago

leonardbonfils commented 8 years ago

Hey there,

I found this library and it seems very, very useful, and I love the fact that it's all up-to-date with Swift 2.0 and Xcode 7. However, I am already using IBAnimatable and was wondering if there is any point in using this library as well ? I don't think you can do chainable animations with IBAnimatable, but other than that, they seem very similar.

Opinions ?

zra95 commented 8 years ago

I use IBAnimatable now, because I had some problem with slideUp animation on iPhone 6: elements were still visible on the screen. Transition for Sprint to IBAnimatable was fast, clean and work perfectly on any devices.

Adekunle77 commented 8 years ago

Hi there I am trying to open the file IBAnimatable.playground but I when I open it, there is an error saying 'No such module 'IBAAnimatable', can you please tell why this is?