ios模态视图上到导航控制器怎么弄出来?
通过一个事件,响应一个模态视图,要怎么加一个NavigationController上去呢?还有,模态视图怎样可以不把顶部状态栏遮挡掉?另:通过一个NavigationC...
通过一个事件,响应一个模态视图,要怎么加一个NavigationController上去呢?还有,模态视图怎样可以不把顶部状态栏遮挡掉?
另:通过一个NavigationController push出来的新窗口,依然是有NavigationController,模态的话却没有,我想知道怎么手动添加呢? 展开
另:通过一个NavigationController push出来的新窗口,依然是有NavigationController,模态的话却没有,我想知道怎么手动添加呢? 展开
2个回答
展开全部
TwoViewController * twoView = [[TwoViewController alloc]init];
UINavigationController * navigation = [[UINavigationController alloc]initWithRootViewController:twoView];
[self presentViewController:navigation animated:YES completion:nil];
UINavigationController * navigation = [[UINavigationController alloc]initWithRootViewController:twoView];
[self presentViewController:navigation animated:YES completion:nil];
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-03-11
展开全部
开源中国…
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询