objective c - Should we Ever Change RootView Controller of IPhone Application? -


i want create application.

the application let people read jokes, example. people can press button , view show people can insert own jokes.

after people finish inserting own joke, want them go previous screen.

what standard way so?

put controllers on application delegate , change rootviewcontroller?

the uinavigation controller work well. u can push people new controller enter joke , pop them root. u can or without animation. set uinavigationcontroller in app delegate , initialize jokesviewcontroller root.

here post did on subject

programming ios: clarifications root view controller


Comments