I have a tabbar with 5 tabs(0,1,2,3,4) at the bottom of the screen and they have different icons. What I am trying to achieve is for the 2nd tab I want a UIView on it and an image inside this UIView.
For this, I tried creating custom UITabBarItem class but I don't see any way I can add UIView in this custom class. Is there any way I can achieve this?
Hope you understand the problem.
Thanks in advance