iOS开发中的 presentViewController 页面切换

TypeChartViewController*TypesViewCon=[[selfstoryboard]instantiateViewControllerWithId... TypeChartViewController *TypesViewCon=[[self storyboard]instantiateViewControllerWithIdentifier:@"TypesViewController"];
[[self navigationController] presentViewController:TypesViewCon animated:YES completion:nil];
从底部弹出的页面是空白的:

可是我在弹出页面里添加了
self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"返回" style:UIBarButtonItemStylePlain target:self action:@selector(close:)];
为什么在弹出页面显示不出来呢?我该怎么设置才能显示呢
展开
 我来答
Reyzhang
2014-06-12 · TA获得超过1111个赞
知道小有建树答主
回答量:805
采纳率:85%
帮助的人:667万
展开全部
TypeChartViewController *TypesViewCon=[[self storyboard]instantiateViewControllerWithIdentifier:@"TypesViewController"];
UINavigationController *nav=[[UINavigationController alloc] initWithRootViewController:TypesViewCon]; 
[self  presentViewController:nav animated:YES completion:nil];
匿名用户
2014-06-11
展开全部
就是这个的情况的啊,如果在的话,你就不是这个样子的。
追问
我是想第二个页面左上角可以显示“返回”按钮,怎么写呢?
追答
at that time yo

u is she full of h
appiness an
d expectation.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式