当前位置 : 主页 > 手机开发 > ios >

ios – UIPopoverController:如何移动它?

来源:互联网 收集:自由互联 发布时间:2021-06-11
我想移动一个UIPopoverController.我找到的唯一方法是打电话 [popover presentPopoverFromRect …]在视图中显示新位置. 这实际上是移动它,但不是我想要的地方,我正在使用UIPopoverArrowDirectionAny. 还有
我想移动一个UIPopoverController.我找到的唯一方法是打电话
[popover presentPopoverFromRect …]在视图中显示新位置.

这实际上是移动它,但不是我想要的地方,我正在使用UIPopoverArrowDirectionAny.

还有其他选择吗?

使用[popover presentPopoverFromRect …]是将UIPopoverController作为Technical Q& A文档 http://developer.apple.com/library/ios/#qa/qa1694/_index.html移动的正确方法. 如果你的popover有一个确切的位置,我认为除了使用UIPopoverArrowDirectionAny之外你应该有一个正好的UIPopoverArrowDirection.这可能会影响到popover的位置.
网友评论