Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAMAnimatedTabBarController with Swift 2 and Pod #58

Closed
jorgecasariego opened this issue Oct 23, 2015 · 3 comments
Closed

RAMAnimatedTabBarController with Swift 2 and Pod #58

jorgecasariego opened this issue Oct 23, 2015 · 3 comments

Comments

@jorgecasariego
Copy link

I installed animated-tab-bar using Pod in this way

pod 'RAMAnimatedTabBarController', '~> 1.0'

but RAMAnimatedTabBarController.swift is not the same file that is here
https://github.com/Ramotion/animated-tab-bar/blob/master/RAMAnimatedTabBarController/RAMAnimatedTabBarController.swift

So, I'm having a lot of errors because the downloaded file is not Updated to Swift 2.0 syntax

What I'm doing wrong?

@efremidze
Copy link
Contributor

Use the master branch

pod 'RAMAnimatedTabBarController', :git => 'https://github.com/Ramotion/animated-tab-bar.git'

@jorgecasariego
Copy link
Author

Thanks @efremidze

@hash3r
Copy link

hash3r commented Nov 2, 2015

There is an absence of the actual tag(1.0.2) in the repo
Workaround to get Swift2 compatible code is to point to the latest commit:
pod 'RAMAnimatedTabBarController', :git => 'https://github.com/Ramotion/animated-tab-bar.git', :commit => 'ed43b56'

@0ber 0ber closed this as completed Dec 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants