- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
有没有办法使 UIPopOver 透明(alpha = 0.75 左右)。不幸的是,UIPopOver 没有 alpha 属性。我需要显示一个弹出窗口,以便它下面的 View 仍然部分可见。任何想法
最佳答案
从 iOS5.0 开始,可以为 UIPopoverController
提供自定义背景。该背景必须从 UIPopoverBackgroundView
派生,它提供正常的 UIView
属性,如 alpha
。请注意,名称有点困惑 - UIPopoverBackgroundView
提供框架、箭头和背景图形。
因此,如果您需要一个完全半透明的 UIPopoverController
,您所要做的就是提供一个 UIPopoverBackgroundView
类,该类将其 alpha
设置为1.0
以下的内容。您还需要确保您的 contentViewController 的 View 是(完全)透明的。
例子:
详情请see the popoverBackgroundViewClass
property of UIPopoverController
:
popoverBackgroundViewClass
The class to use for displaying the popover background content.
@property (nonatomic, readwrite, retain) Class popoverBackgroundViewClass
讨论
The default value of this property is nil, which indicates that the popover controller should use the default popover appearance. Setting this property to a value other than nil causes the popover controller to use the specified class to draw the popover’s background content. The class you specify must be a subclass of UIPopoverBackgroundView.
可用性适用于 iOS 5.0 及更高版本。声明于UIPopoverController.h
关于iphone - 透明的 UIPopover,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4678456/
如何在 iPad 中从另一个 Popover Controller 打开一个 Popover Controller ?我想对此有一些想法,请分享您的宝贵想法。 最佳答案 如果您打算在 App Stor
几个月来我一直在开发应用程序,没有出现任何弹出窗口问题。突然间,今天的弹出窗口变得一团糟。 我已经尝试了几种不同的方法,无论我何时通过按下弹出窗口中的按钮或点击弹出窗口之外的按钮来关闭弹出窗口,应用程
在我的应用程序中,我有 3 个 UIPopOver。当用户点击工具栏中的按钮时,它们就会出现。如果弹出框已经打开(如 -willAnimateRotationToInterfaceOrientatio
我是 iPad 开发人员的新手, 我在我的应用程序中使用UIPopover,当我选择弹出窗口中的任何行时,我的弹出窗口不会将其隐藏在 View 中,当我触摸外部任何地方时它就会隐藏屏幕。 我想在用户选
我有一个导航 Controller 作为弹出窗口的 View ,因此顶部有一个导航栏。 在第一个 View 中,没有导航栏提示,因此它保持通常的小尺寸。 然后,我插入下一个需要提示的 View Con
是否可以呈现一个没有任何类型的箭头指向某处的弹出窗口? 最佳答案 是的,可以这样做: [self.popoverController presentPopoverFromBarButtonItem:
如何从导航堆栈中消除弹出框。我有一个导航 Controller 作为弹出框的根 Controller ,堆栈中有 2 个 taes 。这样第一个表格 View 会插入第二个表格 View ,而第二个表
所以,我一直在研究互联网,但无法解决这个问题,因为我看到的所有答案都与 View 层数少于我的弹出窗口有关,如果这有意义的话。 无论如何,我有一个主视图,它打开一个弹出窗口,其中包含一个 UINavi
我有一个 iPad 应用程序(XCode 5、iOS 6、ARC 和 Storyboards),它有一个用于显示 UIView 的类。在一个单独的类中,我想在特定条件下显示 UIPopover。 我的
我有一个 iPad 应用程序,我在其中显示了一个 UIPopover View 。我想根据它在屏幕上的位置设置弹出窗口的背景。是否可以获取 UIPopover 相对于屏幕的准确位置? 最佳答案 试试这
我的应用程序有月 View ,对于一个月中的每一天,长按都会显示一个弹出窗口。 我已经使用 self.view setExclusiveTouch:YES 来防止一次出现多个弹出窗口,但偶尔仍然允许出
我想让 Popover 位于单元格标签的右侧,但它目前位于左上角。如何更改它以使其到达正确的位置? 我使用以下方法创建自定义单元格: var currentCell:CustomTableViewCe
我有一个 UIPopoverController,我试图从导航栏中的 UIBarButtonItem 显示它。尽管在 popover 的内容 viewController 中为 tableview 设
有没有办法使 UIPopOver 透明(alpha = 0.75 左右)。不幸的是,UIPopOver 没有 alpha 属性。我需要显示一个弹出窗口,以便它下面的 View 仍然部分可见。任何想法
我想知道如何使用这样的按钮创建弹出框。 回答: UIActionSheet * actionSheet = [[UIActionSheet alloc] initWithTitle: nil
我希望弹出窗口在应用程序首次以纵向模式启动时出现,而不是隐藏它并要求用户在弹出窗口出现之前点击按钮。我试图通过 Google 和其他 StackOverflow 线程之类的工具找到解决方案,但我一直无
我正在使用以下代码在我的 View 中显示弹出窗口 imagePopOver = [[UIPopoverController alloc]; initWithContentViewController
我正在尝试复制 iPad 密码 View 。这基本上是一个没有箭头方向的弹出窗口,它锁定背景 View 有点像模态视图 Controller 。 我的问题:有没有办法在呈现弹出窗口时锁定底层背景 Vi
我们面临一个问题,即当弹出窗口内使用 UIActionSheet 样式的alertController 时,弹出窗口大小会发生变化。这是在我们升级代码库 iOS13 后发生的 示例代码:https:/
我认为,我遇到了一个问题,即在释放UIPopoverController之前将其重新分配,这很奇怪,因为UIPopoverController是一个类变量。任何帮助将不胜感激。 这是错误,我正在 Mo
我是一名优秀的程序员,十分优秀!