腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
Self.NavigationController
=在表视图中
为
null
?
、
、
TripDetailViewObjec = [[TripDetailView alloc]initWithNibName:@"TripDetailView" bundle:[NSBundle mainBundle]];
self.navigationController
=
null
有什么需要帮助的吗?
浏览 0
提问于2012-11-07
得票数 1
回答已采纳
3
回答
self.navigationController
为
空
、
= [[MarketViewController alloc]initWithNibName:@"MarketViewController" bundle:nil]; [
self.navigationController
pushViewController:marketviewcontroller animated:YES];} 但是我看到<em
浏览 2
提问于2011-10-14
得票数 12
回答已采纳
2
回答
self.navigationController
在TabBarController上的TableViewController中
为
(
null
)
、
在didSelectRowAtIndexPath中,我尝试
为
每个选定行推送一个视图控制器。相同的视图控制器,但是当我使用NSLog打印它时,
self.navigationController
是(空),并且我不能推送ViewController。救命!!indexPath.row]; NSLog(@"%@",
self.navigationController
);
浏览 1
提问于2015-03-23
得票数 0
2
回答
从UITabBarController子视图推送时,为什么
self.navigationController
为
NULL
、
、
、
、
在tabBarController的第5个选项卡中,我将modalViewController显示
为
[
self.navigationController
pushViewController: someController如果I
为
NSLog,则将
self.navigationController</e
浏览 3
提问于2011-08-02
得票数 0
回答已采纳
3
回答
为什么我的initWithNibName方法返回零视图?
、
、
、
、
mailBoxViewController=[[TPMailBoxViewController alloc]initWithNibName:@"TPMailBoxViewController" bundle:nil]; //[
self.navigationController
presentViewController:mailBoxView
浏览 2
提问于2014-12-07
得票数 0
回答已采纳
1
回答
为什么viewDidLoad中的
self.navigationController
为
空?
、
、
、
为什么在viewDidLoad中调用时
self.navigationController
为
null
,而从viewDidLoad外部调用时
为
正确NavApp[31524:11003] (<e
浏览 3
提问于2012-06-11
得票数 25
回答已采纳
3
回答
如何更改后退按钮上的弹出视图控制器动画?
、
、
animatedWithTransition:UIViewAnimationTransitionFlipFromLeft];[
self.navigationController
popViewControllerAnimatedWithTransition:UIViewAnimationTransitionFlipFromLeft
浏览 0
提问于2010-05-31
得票数 6
1
回答
以空形式出现的documentStorageURL
、
当用户单击一个文件时,我下载该文件并尝试将文件的url路径提供给调用我的扩展名的应用程序,如下所示, [(DocumentPickerViewController*)[
self.navigationController
delegate] dismissGrantingAccessToURL:[[(DocumentPickerViewController*) [
self.navigationController
delegatedocumentStorageURL] URLByAppendingPathComponent:@"text.txt
浏览 4
提问于2014-10-01
得票数 2
回答已采纳
5
回答
使用Xcode 4.5的故事板
、
、
、
、
我将DetalheMeuPostoAmigo设置
为
视图,并在didSelectRowAtIndexPath中调用它,如下所示。 [
self.navigationController
浏览 4
提问于2012-10-03
得票数 0
2
回答
如何让UIBarButtonItem对UINavigationController调用"pushViewControllerAnimated:(BOOL)“?
、
、
、
、
IBAction)nextView:(id)sender {[
self.navigationController
我还尝试将:[
self.navigationController
pushViewController:thirdView animated:YES];更改为[
self.navigationController
我的结论是:我在'nextView‘的
self.nav
浏览 0
提问于2011-08-26
得票数 1
回答已采纳
3
回答
如何在值
为
空时显示警报
、
、
、
我想要在值
为
null
时显示警报,如果值
为
null
,则它应该显示titleCategoryif ([titleCategory isEqualToStringrelease];else FirstViewController*targetController=[[FirstViewController alloc]init]; [
self.navigationController
浏览 1
提问于2012-08-07
得票数 0
回答已采纳
4
回答
从自定义委托调用
self.navigationController
将导致
null
、
、
cellFooterViewTapped:(NSInteger)indexProfiliViewController *profiliView = [[ProfiliViewController alloc]init]; [
self.navigationController
只是navigationController不起作用,我也NSLogged并打印
为
null
。它能是什么?主ViewController上还有其他4个按钮,代码相同,它不是空的。
浏览 0
提问于2014-07-23
得票数 0
回答已采纳
1
回答
self.navigationController
被赋值
为
RootViewController后是否
为
空?
、
、
、
navigationControllers = [[NSArray arrayWithArray:navigationControllers] retain];- (IBAction)pushDetailView { [
self.navigationController
我假设当我执行[[UINavigation
浏览 0
提问于2011-08-11
得票数 2
1
回答
无法推送,因为
self.navigationController
为
零
、
、
但是,第二次呈现另一个控制器时,我不能执行推送,因为呈现的控制器的
self.navigationController
为
零。
浏览 1
提问于2015-04-16
得票数 0
3
回答
如何检查
self.navigationController
是否
为
空
、
、
、
、
[
self.navigationController
pushViewController:childView animated:YES];然而,我看不到
self.navigationController
如何检查它是否
为
nil?
浏览 5
提问于2010-09-18
得票数 1
回答已采纳
2
回答
按下back按钮时通过BOOL
、
theChildVC = [[theChild alloc] initWithNibName:@"theChild" bundle:nil]; [
self.navigationController
/ set parent BOOL [addVC release]; [
self.navigationController
浏览 0
提问于2011-02-28
得票数 0
回答已采纳
3
回答
UINavigationController在pop之后为零
、
、
viewControllers],[[
self.navigationController
viewControllers] count]); NSLog(@"after %@,%d",[
self.navigationController
viewControllers],[[
self.navigationController
viewCo
浏览 2
提问于2013-07-15
得票数 0
回答已采纳
1
回答
单击注释视图时无法推送新视图
、
、
、
self.navigationView
为
空...做这件事最好的方法是什么?我需要在MKMapView上创建一个导航控制器吗?ControlViewController" bundle:nil];
浏览 0
提问于2012-06-05
得票数 0
回答已采纳
4
回答
推视图控制器不工作,因为
self.navigationController
为
空
、
、
我有一个很大的问题:在方法didSelectRowAtIndexPath上,对于
self.navigationController
,我总是得到
null
。在这个subView上,我
为
所选的每个段添加控制器。对于每个段a都有一个表视图。这就是问题所在:当我从这个表视图中选择一行时,我不能推送下一个控制器,因为
self.navigationController
为
空。
浏览 0
提问于2011-10-03
得票数 1
2
回答
根据scrollView中的位置更改导航栏的标题
、
、
我不知道它为什么不起作用,也不知道它是否可能:
self.navigationController
!." else if(scrollView.contentOffset.x == self.view.frame.size.width) { else if(scrollView.contentOffset.x == sel
浏览 0
提问于2015-04-17
得票数 0
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Java:对象不再使用时,为什么要赋值为 null?
在Java中判断String类型为空和null的方法
如何打败坑神 Null
Kotlin语言入门之-null安全
undefined、null、NaN、‘’ ·实用技巧
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券