腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(359)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
UIPresentationController
-演示视图大小?
我正在使用一个
UIPresentationController
,但是我不知道如何让它显示出我想要的方式。
浏览 3
提问于2015-03-25
得票数 4
2
回答
UIPresentationController
preferredContentSize更新动画
所以我有一个非常基本的
UIPresentationController
,基本上是以屏幕为中心显示contentView,它的大小是由视图控制器preferredContentSize决定的。当我设置preferredContentSize时,我的
UIPresentationController
子类在以下位置接收有关它的信息: -(void)preferredContentSizeDidChangeForChildContentContainer
浏览 9
修改于2020-12-29
得票数 5
1
回答
UIPresentationController
委托如何设置
delegate = self }func presentationControllerDidDismiss(_ presentationController:
UIPresentationController
浏览 3
提问于2019-08-11
得票数 0
1
回答
topLayoutGuide等价于
UIPresentationController
?
我有一个用于显示视图控制器的自定义转换,并且我使用一个
UIPresentationController
子类来执行表示。 在表示控制器中,我向它的containerView (铬)添加了两个子视图。但是,
UIPresentationController
不是UIViewController子类,因此它没有topLayoutGuide属性。
浏览 7
提问于2017-05-24
得票数 3
2
回答
UIPresentationController
传递触摸事件
我使用的是一个
UIPresentationController
,但问题是,当第二个VC出现时,ViewController上的触摸事件没有被检测到,有什么方法可以做到吗?
浏览 2
修改于2020-05-28
得票数 3
回答已采纳
1
回答
UIActionSheet坏访问,
UIPresentationController
僵尸
(Xcode 6 beta 2,iOS 8模拟器)仪器确实能捕捉到与
UIPresentationController
相关的僵尸。UIKit -[UIViewController _didFinishDismissTransition]50僵尸-100:18.518.590 UIKit -
UIPresentationCont
浏览 1
修改于2017-05-23
得票数 1
回答已采纳
4
回答
UIPresentationController
崩溃只是指向AppDelegate
Crashed: com.apple.main-thread [
UIPresentationController
浏览 4
修改于2018-02-13
得票数 4
1
回答
为什么
UIPresentationController
中的.crash日志显示崩溃,而我的应用程序不使用
UIPresentationController
?
: 0 Thread 0 Crashed:1 UIKit0x0000000190ee4260 __56-[
UIPresentationController
runTrans
浏览 0
提问于2017-07-22
得票数 4
2
回答
Swift -单击编辑时UITableView editActionsForRowAtIndexPath打开
UIPresentationController
嗨,有什么方法可以打开一个
UIPresentationController
时,滑动左边是触发,并点击Edit?let edit = UITableViewRowAction(style: .Normal, title: "Edit") { action, index in //OPEN
UIPresentationController
浏览 1
修改于2015-09-16
得票数 13
回答已采纳
3
回答
基于视图大小的自适应
UIPresentationController
我将转到基于
UIPresentationController
的视图控制器演示文稿,但是遇到了一些与API混淆的地方。这个类集群(
UIPresentationController
、UIViewControllerTransitioningDelegate和UIViewControllerAnimatedTransitioning
UIPresentationController
.overrideTraitCollection的文档声明: 使用此属性可指定要应用于呈现视图控制器和表示视图控制器的任何特征。(即使我在从overrideTraitC
浏览 9
提问于2015-04-09
得票数 15
回答已采纳
4
回答
我能在
UIPresentationController
上做userInteractionEnabled on PresentingViewController吗?
从视觉上看,新的
UIPresentationController
非常适合于让我展示这些"sideViews“(而不是使用dimmedView),而且实现很容易构建和维护,同时仍然很好地与故事板集成。
浏览 2
提问于2015-02-13
得票数 10
回答已采纳
1
回答
iOS上的自定义
UIPresentationController
我正在定制一个
UIPresentationController
来模拟iOS原生.OverCurrentContext或.CurrentContext的演示文稿。
浏览 3
修改于2016-04-21
得票数 3
1
回答
没有为initWithPresentingViewController:presentedViewController声明选择器
UIPresentationController
的可见@接口
我下载了会话的源代码(用Objective-C编写),尝试构建它,我得到了以下错误: 方法应该在
UIPresentationController
中吗?
浏览 6
修改于2016-09-28
得票数 0
2
回答
动画化
UIPresentationController
中的呈现视图
答案提到: 如果您想要动画呈现视图控制器的视图,您应该考虑使用UIModalPresentationFullscreen样式,或者继续使用UIModalPresentationCustom,并实现您自己的
UIPresentationController
浏览 2
修改于2017-05-23
得票数 1
回答已采纳
2
回答
UIPresentationController
是在大延迟之后出现的。
以下是我如何展示我的自定义
UIPresentationController
: func presentOverlayController(controller: UIViewController) {presentingViewController presenting: UIViewController, sourceViewController source: UIViewController) ->
UIPresentationController
浏览 2
提问于2016-07-19
得票数 2
回答已采纳
3
回答
如何通过轻触
UIPresentationController
的调光视图来关闭它
我正在使用一个
UIPresentationController
来显示一个自定义模式。显示时,演示控制器具有在out中以动画形式显示的UIView调光视图。但是我不能在
UIPresentationController
上做同样的事情。但这就是调光视线所在。你如何通过点击
UIPresentationController
的调光视图来关闭它?这有意义吗?有可能吗?
浏览 8
提问于2015-12-16
得票数 4
1
回答
如何在自定义
UIPresentationController
中使用modalPresentationCapturesStatusBarAppearance = NO?
我有一个定制的
UIPresentationController
,并覆盖了定制viewController表示的frameOfPresentedViewInContainerView。我发现了
UIPresentationController
的属性shouldPresentInFullscreen -它默认返回YES。所以,我的问题是:有没有人知道如何在自定义
UIPresentationController
中保持状态栏不变--还有人能解释一下shouldPresentInFullscreen和presentationStyle
浏览 8
提问于2015-07-28
得票数 4
1
回答
UIPresentationController
present导航控制器视图
在iOS 14上,当呈现带有
UIPresentationController
和modalPresentationStyle自定义的非全屏模式导航控制器时,导航栏会考虑到安全区域顶部插图(即使prefersStatusBarHidden
浏览 10
修改于2020-09-20
得票数 1
2
回答
如何在
UIPresentationController
中更改视图的界限?
我使用
UIPresentationController
的子类在屏幕上显示一些控制器。
浏览 6
提问于2016-07-13
得票数 3
1
回答
具有交互式呈现视图的
UIPresentationController
因此,我有一个自定义的
UIPresentationController
类,目前还没有太多,但到目前为止,我拥有的是: - (CGRect)frameOfPresentedViewInContainerView
浏览 13
修改于2022-04-20
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券