Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 ScrollView 中有一个 Button,当用户触摸该按钮时它会弹出一个 UIPopoverController。
我的问题是:当我向上滚动按钮并触摸它时,Popover 窗口会自动缩小。所以无论如何要修复 Popover 的大小或收听缩小行为?
提前致谢!
我通过更改 popovercontroller.presentPopoverFromRect.myRect; 来解决它
不要将弹出箭头方向保持在顶部。当顶部没有空间时,保留它 UIPopoverArrowDirectionAny,这将允许弹出框显示在按钮的底部。
UIPopoverArrowDirectionAny