uinavigationcontroller - Embedding a navigation controller in a container - Objective C -


how embed navigation controller in container view? when place container first shows viewcontroller embed container, want change viewcontroller navigation view , set rootviewcontroller , other views

basically add viewcontroller uinavigationcontroller , set uinavigationcontroller rootviewcontroller. hope helps:

viewcontroller *vc = [[viewcontroller alloc] init]; uinavigationcontroller *nvc = [[uinavigationcontroller alloc] initwithrootviewcontroller:vc]; self.window.rootviewcontroller = nvc; 

Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -