UIPopoverController for iPad

简介: 1:通过ViewController初始化 popoverColorPicker = [[UIPopoverController alloc] initWithContentViewController:colorPickerViewCont...

1:通过ViewController初始化

popoverColorPicker = [[UIPopoverController alloc] initWithContentViewController:colorPickerViewController];

2:设置UIPopoverController的内容大小(一般设置ViewController的大小即可)

[popoverColorPicker setPopoverContentSize:colorPicker.frame.size animated:YES];

3:显示出来

[popoverColorPicker presentPopoverFromRect:btn.frame inView:self.toolbarBrush permittedArrowDirections:UIPopoverArrowDirectionDown animated:YES];

参数解释:

presentPopoverFromRect: UIPopoverController显示的具体位置

inView:基于哪一个父视图来显示位置.

permittedArrowDirections:箭头的出现位置


目录
相关文章
|
XML Java 数据格式
常用的xpath
常用的xpath
120 0
|
6月前
|
存储 Java 数据库
JPA中@ElementCollection使用
JPA中@ElementCollection使用
86 0
|
7月前
PAT 1001 和 1002 A+B问题
PAT 1001 和 1002 A+B问题
P9094 [PA2020] Mieszanie kolorów
P9094 [PA2020] Mieszanie kolorów
3.3 Path
3.3 Path
97 0
|
机器学习/深度学习 人工智能 文字识别
超全干货分享:什么是RPA?
7月28日,阿里云RPA4.0版本重磅发布,为企业数字化转型提供高效、安全、可靠的服务。RPA是一款软件机器人,能够模拟人的行为完成软件的交互,能够解决跨系统、跨平台,重复有规律的工作流程。时至今日,阿里云RPA已被超过50万各行各业的用户采用,可以跟踪到的执行总次数已突破120亿次,用户使用RPA获得了3-10倍的效率提升
11299 0
超全干货分享:什么是RPA?
|
XML Java 数据库连接
parameterType是必须写的吗?
xml中没有配置parameterType,但是这是正确的,因为mybatis能自动识别,但返回值类型不能不写,因为mybatis需要将获得结果封装到相应的类中,查询的字段与类的属性需要一致。
438 0
parameterType是必须写的吗?
|
Windows
cclientX,pageX,screenX等详解
clientX 观点:鼠标相对于WINDOWS的坐标。 这里这个WINDOWS是指我们能看见的浏览器大小。所以不可能超过显示器的大小,如 screen.width,screen.height
128 0
|
XML 数据格式
一起来了解XPath吧!
一起来了解XPath吧!
122 0
|
Linux
packetdrill
packetdrill工具安装
258 0
packetdrill

热门文章

最新文章