腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(422)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
Swift
UIModalPresentationStyle
.PageSheet
我使用
UIModalPresentationStyle
.PageSheet来显示一些超文本标记语言的内容。但是scrollView没有出现。UINavigationController(rootViewController: MyHtmlClass) navController.modalPresentationStyle =
UIModalPresentationStyle
.PageSheet
浏览 0
提问于2016-03-21
得票数 0
2
回答
查看
UIModalPresentationStyle
枚举的真实值
在为UIViewController实例的方法设置断点集进行调试时,我决定检查
UIModalPresentationStyle
的值。我得到的是:__C.
UIModalPresentationStyle
如何获得变量的实际值,而不是它的类型?
浏览 0
提问于2018-10-20
得票数 2
回答已采纳
1
回答
UIModalTransitionStyle和
UIModalPresentationStyle
有什么区别?
对于UIViewController,我们有和
浏览 2
修改于2013-05-07
得票数 9
回答已采纳
1
回答
iOS:在使用
UIModalPresentationStyle
.OverCurrentContext时检测dismissViewControllerAnimated
ViewControllerA,中,我试图通过调用来显示ViewControllerB:VC2.modalPresentationStyle =
UIModalPresentationStyle
.OverCurrentContext如果删除行ViewControllerA,则调用VC2.modalPresentationStyle =
UIModalPresentationStyle
.OverCurrentContext的viewWillAppear在使用ViewControllerA时,不调用<em
浏览 4
提问于2015-11-02
得票数 0
回答已采纳
2
回答
UIModalPresentationStyle
.CurrentContext Swift iOS 7
将此段的PresentationStyle更改为
UIModalPresentationStyle
.CurrentContext,并进行以下修改 func viewDidLoad() { super.viewDidLoadUIThirdViewController = UIThirdViewController() //此控制器上添加了一个视图,该视图仅覆盖上半屏幕,仅覆盖overlayController.modalPresentationStyle =
UIModalPresentationStyle
.CurrentContextmod
浏览 6
修改于2015-09-05
得票数 12
回答已采纳
2
回答
UIModalPresentationStyle
.PageSheet不显示ViewController内容
instantiateViewControllerWithIdentifier("pickup") as AddPickupViewController addPickupVC.modalPresentationStyle =
UIModalPresentationStyle
.PageSheet
浏览 4
修改于2014-11-06
得票数 2
回答已采纳
1
回答
definesPresentationContext与
UIModalPresentationStyle
.custom的结合
我遇到了一个问题,当使用definesPresentationContext的视图控制器呈现时,不使用
UIModalPresentationStyle
.custom属性。所以我想这是因为我使用的是
UIModalPresentationStyle
.custom。所以我把它改为
UIModalPresentationStyle
.overCurrentContext 这导致iOS正确地从A读取definesPresentationContext属性,现在使用正确的from
浏览 4
修改于2017-02-06
得票数 12
1
回答
如何:将
UIModalPresentationStyle
从.automatic更改为UIViewController的.fullscreen
在将modalPresentationStyle设置为.fullscreen (如以下代码所示)后,系统仍以“
UIModalPresentationStyle
.automatic system defaultPresentation StylehomeVC.modalPresentationStyle =
UIModalPresentationStyle
.fullScreen
浏览 8
修改于2019-10-09
得票数 0
1
回答
UIModalPresentationStyle
.FormSheet总是在iPad上全屏(SWIFT)
generalPopup.modalTransitionStyle = UIModalTransitionStyle.CoverVertical generalPopup.modalPresentationStyle =
UIModalPresentationStyle
.FormSheet
浏览 1
修改于2014-08-31
得票数 8
1
回答
将
UIModalPresentationStyle
设置为iPhone 6+在景观中?
} return
UIModalPresentationStyle
.None }
浏览 4
提问于2015-04-26
得票数 3
回答已采纳
1
回答
具有自定义视图大小的
UIModalPresentationStyle
视图
当您现在选择"UIModalPresentationFormSheet“时,是否可能有视图的自定义大小,这似乎超出了我们的控制范围?
浏览 0
修改于2011-06-14
得票数 0
1
回答
使用UITransitionView在ViewController上使用
UIModalPresentationStyle
.OverCurrentContext
我试图在另一个之上设置一个视图控制器,同时保持第一个视图控制器的可见性。这应该是一个非常简单的代码,我不知道发生了什么。我知道我不能碰UITransitionView,这就是为什么我不知道该怎么做。vc.view.backgroundColor
浏览 3
提问于2015-05-08
得票数 2
2
回答
在iOS 13中,formSheet和pageSheet
UIModalPresentationStyle
有什么不同?
文档没有更新,但在我看来两者都是一样的,只是默认大小不同,也许您不能通过preferredContentSize更改pageSheet的大小
浏览 92
修改于2019-06-10
得票数 7
回答已采纳
1
回答
自定义
UIModalPresentationStyle
.custom:为什么presentationController(forPresented被调用而animationController不被调用)
我在用
UIModalPresentationStyle
.custom。
浏览 5
提问于2017-08-03
得票数 1
回答已采纳
1
回答
iOS viewWillAppear在从背景返回时不被调用,即使在iOS 13+中使用
UIModalPresentationStyle
.FullScreen也是如此
当我们的应用程序从后台返回时,iOS为什么不调用viewWillAppear,即使我设置了
UIModalPresentationStyle
.FullScreen
浏览 2
提问于2020-04-01
得票数 0
回答已采纳
1
回答
调试时面临警告问题
in different translation units ('
UIModalPresentationStyle
' vs.in different translation units ('
UIModalPresentationStyle
' vs.in different translation units ('
UIModalPresentationStyle
' vs.in different translation units ('
UIModalPresenta
浏览 0
修改于2015-11-20
得票数 4
回答已采纳
1
回答
为什么消息不显示?
UIViewControllerfunc adaptivePresentationStyleForPresentationController(controller: UIPresentationController) ->
UIModalPresentationStyle
{ return
UIModalPresentationStyle
.None
浏览 0
提问于2015-04-26
得票数 1
1
回答
如何在modaly swift 4中呈现ViewController
MenuController
UIModalPresentationStyle
.overCurrentContext present(userVC, animated
浏览 1
提问于2017-12-22
得票数 5
1
回答
swift 3中的popover代码不起作用
popoverInfo" { popoverVC.modalPresentationStyle =
UIModalPresentationStyle
.popover} return
浏览 0
提问于2017-05-11
得票数 0
2
回答
iPhone Popover关闭AutoLayout
UIViewController return
UIModalPresentationStyle</
浏览 2
修改于2015-07-14
得票数 3
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券