UIDatePicker 和 UIPickerView 的 UIView 或 UIViewController?
我想知道是否使用完整的 UIViewController 还是仅使用 UIView 打开模式对话框来选择日期和语言?由于选择器无法在 UIScrollView 内工作,因此我必须使用按钮打开它们。仅使用 UIView 会如何工作?
I was wondering whether to use a full UIViewController or just a UIView to open a modal dialogue to pick a date and a language? As the pickers won't work inside a UIScrollView, I have to open them with a button. How would it work just with a UIView?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好使用 UIViewController。这是一个可能有帮助的问题 - 显示模式从标签栏应用程序查看控制器。
It would be better to use a UIViewController. Here is an SO question that may help - Showing a modal view controller from a tab bar app.