hii…
I am making a view based application in which I have tabbar controller but this application has no of pages. And I am adding these pages as subview due to which stack get increase each. I want to put navigation bar controller too in this application to decrease the memory allocation.
Can it possible to have tabbar and navigation bar controller both in view based application.
If anyone know how to implement it. Then please help me.
Thanks in advance.
But of course, in AppDelegate.m, include
This sets up two views for the tabBar controller, each with its own navigation controller. You can modify this as you like to add more view with or without navigation controllers