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.