UIAlertView 中的 UIPickerView?
是否可以将 UIPickerView 放入 UIAlertView 中?如果可以,能举个例子吗?
Is it possible to put UIPickerView into UIAlertView?If yes, can you give an example?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这里有一个示例添加 UITableView 后,您应该能够对其进行调整以适合您的目的。
There's an example here of adding a UITableView, you should be able to adapt it to suit your purposes.
但
在
UIActionSheet
标题
but
in
UIActionSheet
Heading
没有。但是您可以在 UIActionSheet 中嵌入选择器,这样您就可以在显示或关闭选择器时为用户提供漂亮的向上滑动和向下滑动动画。
此处和此处。
Nope. But you can embed a picker in a UIActionSheet, which lets you give the user a nice slide up and slide down animation when showing or dismissing the picker.
There are a couple of good examples of the technique here and here.
不,UIAlertView 只有按钮,您只能设置它们的标题。
No, UIAlertView only has buttons and you can only set their titles.