Skip to content

UITabBarItems weird behaviour #25

Description

@PatrykKaczmarek

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions