腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9821)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
presentViewController
in viewDidLoad
我试图使用以下代码来使用来自
presentViewController
的viewDidLoad代码: NSViewController* vc = [[MyViewController alloc] initWithNibName:nil bundle:nil]; } 当我从一个IBAction按钮调用它时,它工作得很好,但是通过编程我得到了这个错
浏览 1
提问于2015-10-25
得票数 8
回答已采纳
2
回答
延迟
presentViewController
对[self
presentViewController
]实例调用UIAlertController将立即加载警报。有什么办法推迟它的介绍吗?[self
presentViewController
:alert animated:YES completion:nil];
浏览 3
修改于2015-10-21
得票数 1
回答已采纳
9
回答
Swift
presentViewController
UIViewController = storyboard.instantiateViewControllerWithIdentifier("myVCID") as UIViewController self.
presentViewController
浏览 52
修改于2017-07-11
得票数 78
回答已采纳
1
回答
崩溃:
presentViewController
当我点击我的应用程序中的一个按钮时,我得到了这个错误:*** First throw call stack: (0x3568788f 0x37a2e259 0x35687789 0x3
浏览 2
修改于2012-06-29
得票数 0
4
回答
Appdelegate
presentviewcontroller
URLWithString:@"https://www.google.com"]]; [[UIApplication sharedApplication].keyWindow.rootViewController
presentViewController
浏览 2
提问于2016-03-04
得票数 0
1
回答
didReceiveRemoteNotification
presentViewController
presentViewController
(navigationController, animated: true, completion: {}) 此外,我还尝试展示了实际工作的拆分视图,但我不知道如何爬上层次视图才能到达
presentViewController
(destinationViewController, animated: true, completion:nil) 问题是如何表示EventsViewController
浏览 4
提问于2016-05-24
得票数 0
回答已采纳
2
回答
IIViewDeckController和
presentViewController
但是当我尝试使用
presentViewController
时,它会产生一些奇怪的效果:全屏幕上的灰色半透明视图。 cameraUI.allowsEditing = YES; [self
presentViewController
:cameraUI animated:YES completion:nil];所以你可以在这里看到
presentViewContr
浏览 5
修改于2013-08-30
得票数 0
回答已采纳
1
回答
ios 6
presentViewController
在
presentViewController
中,定位不起作用。甚至我也在为UINavigationController使用分类。initWithRootViewController:viewOne]; [self
presentViewController
浏览 0
提问于2012-11-21
得票数 1
1
回答
addChildViewController和
presentViewController
问:您是否可以将视图控制器作为子级添加,并仍然使用
presentViewController
呈现它?执行后一种操作是否会自动使其成为presentingViewController的子视图控制器
浏览 0
修改于2013-04-03
得票数 7
回答已采纳
2
回答
presentViewController
隐藏presentingViewController
有没有一种方法可以在iOS中呈现ViewController的同时保持呈现的ViewController可见?现在,动画一结束,PresentingViewController似乎就会隐藏起来。
浏览 1
修改于2013-12-28
得票数 0
3
回答
PresentViewController
隐藏UINavigationBar
[self.storyboard instantiateViewControllerWithIdentifier:@"IntroViewController"]; [self
presentViewController
浏览 5
提问于2014-01-08
得票数 0
2
回答
PushView on
PresentViewController
iOS
我想用Push viewController on
PresentViewController
[self.view.window.rootViewController
presentViewController
animated:YES
浏览 4
修改于2013-10-30
得票数 1
回答已采纳
1
回答
presentViewController
不工作
isEmpty == true{
presentViewController
(alert, animated
浏览 0
修改于2016-04-16
得票数 0
1
回答
MFMailComposeViewController -无法
presentViewController
mailpicker.modalPresentationStyle = UIModalPresentationFormSheet; [self.presentedViewController
presentViewController
浏览 1
提问于2013-08-16
得票数 0
回答已采纳
2
回答
presentViewController
内存泄漏
所以我在ViewControllerA中有这段代码 [self
presentViewController
:[[ViewControllerB alloc] init] animated:NO completion:nil];在ViewControllerB中 [self
presentViewController
浏览 2
修改于2013-08-11
得票数 4
回答已采纳
4
回答
presentViewController
来自TableViewCell
我在TableViewCell中有一个按钮,我想向ViewController展示
presentViewController
(但是ViewController在故事板上没有视图)。
presentViewController
(vc, animated: true, completion: nil) 我做错了什么?我应该怎么做才能从
presentViewController
获得TableViewCell?另外,如何从TableViewCell将数据传递给新的表示VC?
prese
浏览 4
修改于2016-01-20
得票数 3
回答已采纳
1
回答
PresentViewController
来自AppDelegate
[self
presentViewController
:myVC animated:YES completion:nil]; 然而,我有一个部分叫AppDelegate,这是我遇到麻烦的地方。
浏览 0
提问于2013-02-23
得票数 0
回答已采纳
2
回答
PresentViewController
故障排除
这是我正在使用的代码:这将返回错误“不能使用类型的参数列表调用'
presentViewController
‘)pythTheoremViewController.Type,动画: Bool,完成: nil) 这意味着什么,我该如何解决呢
浏览 0
提问于2015-06-19
得票数 0
回答已采纳
2
回答
presentViewController
侧面动画
id)sender { [self
presentViewController
所以我的问题是:谢谢。
浏览 4
修改于2013-02-24
得票数 8
回答已采纳
1
回答
ObjC -
presentViewController
断裂
UIViewController *vc = [mainStoryboard instantiateViewControllerWithIdentifier:@"secondViewController"]; [self
presentViewController
浏览 9
提问于2015-02-24
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券