I’ve created a TabBarController, but don’t want the usual gray/blue icons with it, so I created another class inheriting from UITabBarItem. So the question is : how can I use these custom icons/items with my tab bar (add them and link them to some view controllers) ? Programmatically or with IB of course.
Thank you very much.
For each view controller that you put into your tab bar controller, assign your custom tab bar item to the view controller’s
tabBarItemproperty