I know how to add UITabBarController and how it is used, I already done it.
My Problem is that I am not able to add image on 'more' tab of UITabBarController.
I know there are many similar questions as mine but did not help me.
After googling I found that we can't add images on 'More' tab in UITabBarController Because more tab is automatically displayed by UITabBarController when UITabBarItem is more Then 5.
I could find how to change SELECTION COLOR AND TITLE OF 'more' button, But I could not find about 'more' button Image.
So may be I need to customize UITabBarController so, I am also searching for customization of UITabBarController but could not find it.
Please help me on this Issue.