mdsb100 / YTXAnimations

The iOS Animation Implementation of CSS3.
MIT License
223 stars 30 forks source link

Import & Use in Swift #4

Closed starsoheil2007 closed 7 years ago

starsoheil2007 commented 7 years ago

I install this library in pod by this : pod 'YTXAnimations', :subspecs => ["AnimateCSS", "CSShake", "MagicCSS"] I want using in swift , I try use with below line to import but not successfully : import YTXAnimations //or import AnimateCSS //or import YTXAnimateCSS

Please help me for use this library in swift . Tnx

mdsb100 commented 7 years ago

Why closed? Try this http://stackoverflow.com/questions/24002369/how-to-call-objective-c-code-from-swift

And try

pod 'YTXAnimaitons'
pod 'YTXAnimaitons/AnimateCSS'