UIPickerView 与 UIButtons?
我似乎在任何地方都找不到它,我不知道它是否是苹果提供的预构建对象,或者人们是否自定义构建它们。
当您在 iPhone 应用程序中点击一个按钮,然后向上滑动时,会出现一个视觉风格类似于 UIPickerView 的视图,但上面有一个按钮列表。
这是什么东西,我该如何制作?此外,在 iPad 上,类似地,带有按钮列表的弹出视图。谢谢。
I can't seem to find it anywhere, I don't know if its a pre-built object apple offer or if people custom build them.
When in an iPhone app you tap a button and then up it slides, a view which looks like a UIPickerView in visual style but has a list of buttons on it.
What is this, how could I make one? Also, on iPad, similarly, the popover view with a list of buttons. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否在寻找
UIActionSheet
?Are you looking for
UIActionSheet
?