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:)];
为什么在弹出页面显示不出来呢?我该怎么设置才能显示呢 展开
[[self navigationController] presentViewController:TypesViewCon animated:YES completion:nil];
从底部弹出的页面是空白的:
可是我在弹出页面里添加了
self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"返回" style:UIBarButtonItemStylePlain target:self action:@selector(close:)];
为什么在弹出页面显示不出来呢?我该怎么设置才能显示呢 展开
展开全部
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.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询