ColinEberhardt / VCTransitionsLibrary

A collection of iOS7 animation controllers and interaction controllers, providing flip, fold and all kinds of other transitions.
Other
4.55k stars 617 forks source link

CEReversibleAnimationController etc. etc. should import UIKit, not Foundation #45

Open fatuhoku opened 8 years ago

fatuhoku commented 8 years ago

i.e.

screen shot 2016-03-16 at 08 59 33

Otherwise when using these in isolation you get a compile error.

ColinEberhardt commented 8 years ago

Well spotted - would you be interested in fixing and sending over a pull request?