We are setting our setting the `accessibilityIdentifier` for our `tabBarItem` in the init method of our view controllers. We are using storyboards and setting the title and image for the `tabBarItem` from the storyboard.
In iOS 9.x this worked fine and we could reference the correct tab bar button. In iOS 10 the `accessibilityIdentifier` is no longer set correctly at runtime
Has anyone else encountered this? Is there a known solution?