作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个 UIPopOverController,这是我的代码:
[myPopOver presentPopoverFromRect:CGRectMake(20,5, 325, 600) inView:self.view permittedArrowDirections:**UIPopoverArrowDirectionLeft** animated:YES];
但是我不需要方向箭头。谁能告诉我该怎么做。我怎样才能从中删除箭头?
现在 myPopOver 在一行中显示 4 个照片库图像。谁能告诉我如何在 myPopOver Controller 中在一行中仅排列或显示两个图像。
而且当我点击任何地方时它也会关闭。我不想关闭它。是否有任何属性可以避免关闭 uipopover?
我用了代码
imagePopOver = [[UIPopoverController alloc] initWithContentViewController:self.plc.imagePickerController];
imagePopOver.popoverContentSize = CGSizeMake(150,300);
最佳答案
您可以借助以下代码从 UIPopover 中删除箭头。
[popOverController presentPopoverFromRect:CGRectMake(200, 300, 335, 332) inView:self.view permittedArrowDirections:NO animated:YES];
关于objective-c - 移除 UIPopOver permittedArrowDirections,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6441130/
我正在做一个项目,我的 android 在这个项目中作为一个网络服务器工作;输入带端口号的 IP 地址,打开 Web 界面,用户可以将文件上传到手机。我想在 Web 界面上显示一些图片,以便我们的界面
我是一名优秀的程序员,十分优秀!