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.
为 iOS 实现弹出对话框的最佳方法是什么?
我需要一个允许用户选择笑脸的 UIView,以及一个关闭 UIView 的按钮
我对 Apple 的界面指南知之甚少,无法做出决定。是否有任何我应该使用的苹果类或第 3 方开源项目?
如果您想要一个小的自定义对话框,用户可以在其中选择任意项目,只需将UIView添加到您的视图控制器,其框架小于整个窗口。然后只需通过更改hidden属性来隐藏和显示它
hidden