I want to put a uitabbar into a section in uitableview, I have hard time looking a way for it, since I just started doing XCODE in less than a month. Anyone there know the solution for it? Any help is appreciated, and if possible, could you share a link for the tutorial or examples as well. Thanx in advance.
Share
You can’t do it in this way. They both are different things but you can have UITableView inside the uitabbar view. But vica-versa is not allowed …this is not feasible and also not proper as per apple’s guideline. So, please make sure not to use in this way…rather go for some other alternative :
like put Custom UIToolBar in header of tableView , having look & feels like Tabbar.