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 cannot work correctly with Objective-C code? #10

Closed
gcbinsp opened this issue Feb 4, 2015 · 3 comments
Closed
Assignees

Comments

@gcbinsp
Copy link

gcbinsp commented Feb 4, 2015

In my project, except RAMAnimatedTabBarController, all of the code is Objective-C. When I tap the tab bar item, the deselectItem does not invoke the deselect animation, it keeps the selected status always.

@gcbinsp
Copy link
Author

gcbinsp commented Feb 4, 2015

I found the solution by adding textSelectedColor and iconSelectedColor to Bounce Animation on the storyboard.
I have to say the document of this project is so poor!

@gcbinsp gcbinsp closed this as completed Feb 4, 2015
@Kowaio
Copy link

Kowaio commented Jul 30, 2015

Hi @gcbinsp,

I'm currently struggling while trying to use this lib in my obj-c project. I can't find a solution for the project to link using RAMAnimated classes programmatically.

I'm just trying to replace my MainViewController which is a subclass of UITabBarController with an RAMAnimatedTabBarController but the project won't build/link saying that RAMAnimatedTabBarController doesn't exist. I've imported my "Project-Swift.h" header too. While jumping to the definition of RAMAnimatedTabBarController, Xcode goes there without a blink, so that's weird too.

If I try to only use this lib in the storyboard, it seems to build/link correctly but I really need to use it programmatically with my own class so I'm hitting a wall here.

If you have any idea or feedback about that, I'd be very thankful.

@thidayatullah
Copy link

thidayatullah commented Nov 7, 2016

I'm having the same problem with @Kowaio
I want to use this library in my ObjC project without using story board.

And now I'm looking at this library instead : animated-tab-bar

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