Hi,
I have created a Window Based Application using pure coding. The application has a NavigationController and Tab Bar controller. Also in the application delegate am drawing a custom navigation list with quartz which has got a different look (Am doing this bcos i dont want to redraw the navigation whenever there is a change in the view). Now my problem is in the application main view i am loading a scroll view with some image views. When i click on any image i am loading a webview using animation. All this happens in the same view controller. My question How Can i change the navigation bar to show a back button when i change or replace a view inside the same view controller. Also how do i ensure that clicking on the back button shows the first view again.
Thanks in advance...
Tony
I have created a Window Based Application using pure coding. The application has a NavigationController and Tab Bar controller. Also in the application delegate am drawing a custom navigation list with quartz which has got a different look (Am doing this bcos i dont want to redraw the navigation whenever there is a change in the view). Now my problem is in the application main view i am loading a scroll view with some image views. When i click on any image i am loading a webview using animation. All this happens in the same view controller. My question How Can i change the navigation bar to show a back button when i change or replace a view inside the same view controller. Also how do i ensure that clicking on the back button shows the first view again.
Thanks in advance...
Tony