腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(259)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
UIPopoverPresentationController
错位
fromView:cell.thumbnailView];
UIPopoverPresentationController
浏览 5
修改于2015-11-18
得票数 1
回答已采纳
2
回答
UIPopoverPresentationController
淡入
在我的iOS8+项目中,我使用
UIPopoverPresentationController
表示一个UIViewController: vc.modalPresentationStyle = UIModalPresentationPopover
浏览 4
提问于2015-11-14
得票数 4
回答已采纳
2
回答
UIPopoverPresentationController
Swift
UIViewController, item: UIBarButtonItem) {let popover:
UIPopoverPresentationController
浏览 0
提问于2014-09-04
得票数 0
1
回答
泛型
UIPopoverPresentationController
代码
我已经创建了一个通用的
UIPopoverPresentationController
。presentViewController:controller animated:YES completion:nil];
UIPopoverPresentationController
UIPopoverPresentationControllerDelegate> methods ------------------- - (void)p
浏览 0
提问于2016-05-30
得票数 2
1
回答
UIPopoverPresentationController
on iPad
当我们选择语言时,我想在
UIPopoverPresentationController
中显示一个
UIPopoverPresentationController
,就像iOS设置应用程序。
浏览 3
修改于2016-04-03
得票数 0
回答已采纳
1
回答
解除
UIPopOverPresentationcontroller
我有一个ViewControllerA类,我从其中提供了一个
UIPopoverPresentationcontroller
,它显示来自B类的数据,它工作得很好。
浏览 0
修改于2016-06-14
得票数 1
2
回答
UIPopoverPresentationController
是popoverVisible
我正在使用一个
UIPopoverPresentationController
并像下面的代码那样分配对象,
UIPopoverPresentationController
*presentationController
浏览 2
提问于2016-03-22
得票数 0
回答已采纳
1
回答
UIPopoverPresentationController
isVisible等效?
新的
UIPopoverPresentationController
有等效的吗?
浏览 2
提问于2015-10-14
得票数 1
回答已采纳
1
回答
UIPopoverPresentationController
在斯威夫特
我正在制作一个小地图类型的应用程序。我想显示一个弹出菜单一旦按钮‘更多的东西’被点击,但它似乎没有出现。import UIKitimport CoreLocation let loca
浏览 2
提问于2016-03-02
得票数 0
回答已采纳
1
回答
UIPopoverPresentationController
显示黑屏
我正在开发一个应用程序,在那里我需要显示带有图像的弹出式窗口,我使用了UIPopoverController,现在在iOS8上这个类被弃用,苹果建议使用
UIPopoverPresentationController
YES completion: nil];
UIPopoverPresentationController
浏览 4
提问于2014-09-30
得票数 3
1
回答
UIPopoverPresentationController
未正确呈现
我正在尝试使用新的
UIPopoverPresentationController
显示一个小的模式弹出窗口,虽然它或多或少可以工作,但它包含的弹出窗口气泡正以一种非常奇怪的方式被切断:看起来底部少了一块
浏览 4
修改于2015-06-08
得票数 2
1
回答
UIPopoverPresentationController
动画preferredContentSize
我使用
UIPopoverPresentationController
将我的tableView控制器表示为PopOver。
浏览 0
修改于2020-08-06
得票数 2
回答已采纳
1
回答
AutoLayout约束与
UIPopoverPresentationController
我使用Reveal,一个显示布局框架、约束等(revealapp.com)的应用程序,它向我展示了
UIPopoverPresentationController
正在添加自己的自动调整约束。注意,
UIPopoverPresentationController
本身就有这些约束。 如何控制
UIPopoverPresentationController
设置的约束??
浏览 5
修改于2016-06-23
得票数 2
回答已采纳
2
回答
Xamarin.iOS
UIPopoverPresentationController
异常
我很难在
UIPopoverPresentationController
上展示一个波波夫,我可以在网上找到什么,包括和。什么都帮不上忙。UIModalPresentationStyle.Popover, }; _presentationController = new
UIPopoverPresentationController
在表示发生之前,
UIPopoverPresentationController
应该有一个非零的sourceView或barButtonItem设
浏览 1
修改于2018-04-20
得票数 0
回答已采纳
1
回答
迁移到
UIPopoverPresentationController
animated:YES];我使用了这个代码,但它不会改变我不能用
UIPopoverPresentationController
navController.popoverPresentationController.delegate = self; 我想要iPhone中的
UIPopove
浏览 4
修改于2014-09-22
得票数 0
1
回答
ios 9
UIPopoverPresentationController
常量旋转放置
在iOS9中,当我用
UIPopoverPresentationController
旋转屏幕时,坐标会被重置为0,而不是附加到作为按钮的sourceView上。我试过: popoverPresentationController(popoverPresentationController:
UIPopoverPresentationController
,willRepositionPopoverToRect
浏览 12
提问于2016-09-09
得票数 0
4
回答
UIPopoverPresentationController
总是显示全屏模式弹出
我试图将视图控制器显示为按钮下面或窗口中央的
UIPopoverPresentationController
。但它总是显示为全窗口模式弹出。controller.preferredContentSize = CGSizeMake(280, 230);
UIPopoverPresentationController
浏览 1
修改于2016-03-28
得票数 4
回答已采纳
2
回答
显示
UIPopOverPresentationController
时崩溃
*由于未捕获的异常'NSGenericException‘而终止应用程序,原因:'
UIPopoverPresentationController
(<_UIAlertControllerActionSheetRegularPresentationController
浏览 0
提问于2015-11-25
得票数 0
1
回答
无覆盖的
UIPopoverPresentationController
我正在使用
UIPopoverPresentationController
实现一个popover视图。问题是,在默认情况下,对于控制器,我有一个半径很大的阴影。 我想要禁用这个-覆盖。
浏览 2
提问于2018-01-23
得票数 1
1
回答
故事板中的
UIPopoverPresentationController
我正在从代码初始化我的
UIPopoverPresentationController
:contentController.modalPresentationStyle = UIModalPresentationPopover;
UIPopoverPresentationController
浏览 1
提问于2014-10-19
得票数 1
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券