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.
我想创建一些看起来像“选择|全选|粘贴”的控件
我想要在点击按钮时弹出控件。
这个控件是在 UIKit 中实现的吗?如何创建一个?
特别感谢!
这是UIMenuController. 使用起来有点奇怪,见GitHub 上的示例代码。如果您正在使用通用弹出框控件,则可以通过许多第三方库或自定义子类在 iPadUIPopoverController上和较小的设备上使用。UIView
UIMenuController
UIPopoverController
UIView