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

UITabBarItems weird behaviour #25

Open
PatrykKaczmarek opened this issue Jan 20, 2016 · 1 comment
Open

UITabBarItems weird behaviour #25

PatrykKaczmarek opened this issue Jan 20, 2016 · 1 comment

Comments

@PatrykKaczmarek
Copy link

Hi!

First of all thanks for great library! It's really awesome. I integrated it in project that I'm currently working on and encountered strange behaviour. When presenting UITabBarController without animation:

let tabBarController = UITabBarController()
// setup tabBarController 

//present tab bar controller *without* animation:
presentViewController(tabBarController, animated: false, completion: nil)

UITabBarItems are going crazy and change their position for a short time. Even without integrating EasyAnimation (probably because of method swizzling). Let's take a look:

bug

I prepared sample project which hopefully will be useful. It's vanilla Single View Application.

@netgfx
Copy link

netgfx commented Mar 26, 2016

Same thing happening to me, any workarounds?

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

2 participants