我想移动UIPopoverController
。我找到的唯一方法是打电话
[popover presentPopoverFromRect ...]在视图中显示新位置。
这实际上会移动它,但并不是我想要的地方,我正在使用UIPopoverArrowDirectionAny
。
还有其他选择吗?
答案 0 :(得分:7)
使用[popover presentPopoverFromRect ...]是将UIPopoverController作为Technical Q& A文档http://developer.apple.com/library/ios/#qa/qa1694/_index.html移动的正确方法。 如果你的popover有一个确切的位置,我认为除了使用UIPopoverArrowDirectionAny之外你应该有一个正好的UIPopoverArrowDirection。这可能会影响到popover的位置。