ios - What's the proper way to replace a UIViewController with a UITableController without a navigation controller stack? -
ios - What's the proper way to replace a UIViewController with a UITableController without a navigation controller stack? -
assuming start blank project, , add together 2 views (uiviewcontroller,uitablecontroller).
what's proper way jump uiviewcontroller uitablecontroller without navigation controller stack?
ex: think of welcome page, click here continue, , takes table controller.
thanks!
if these view controllers, can reassigning rootviewcontroller
property of uiwindow
set whichever controller want display, , rest.
ios uiviewcontroller
Comments
Post a Comment