Selecting an UITabBarItem in the “More…” section
I needed to select an UITabBarItem located in the “More…” section, and I came to this solution:
To select a viewController of the tabBarController, I do the following (each tabBarItem has a tag) : Read More “Selecting an UITabBarItem in the “More…” section”