我想创建一个模式弹出视图,其中包含一些 UIControls,如按钮、图像、文本字段等。
这是我想要的一个例子:
我应该使用什么?UIAlertView 或 UIView 或其他什么...?
我想创建一个模式弹出视图,其中包含一些 UIControls,如按钮、图像、文本字段等。
这是我想要的一个例子:
我应该使用什么?UIAlertView 或 UIView 或其他什么...?
你尝试使用 REComposeViewController https://github.com/romaonthego/REComposeViewController
您应该使用UIView
并自定义它。:)
UIAlertView
具有默认外观。