I have UITabBarController with 6 tabs. Now, the last 2 screens(tabbar items) are added in More Tabitem. There, it is in UITableview cells, first two rows have two tabbar items(2 screens). Now, my problem is to hide the other cells(set separate color as white). How can i do this? Is it possible? Thanks in advance.
I have UITabBarController with 6 tabs. Now, the last 2 screens(tabbar items) are added
Share
Thanks for your all answers. I have solved the problem with Mr.Ravin’s answer.
This code helped me to show only two rows and hide all other rows.
Thanks.