uitableview 中的 iPad 弹出窗口,是否使用披露指示器?
在此询问您关于在 UITableView 单元格中使用(或不使用)公开指示符箭头的意见和最佳实践,其中选择该表格视图单元格将启动一个弹出窗口以选择该单元格中该选项的值。
一方面,让披露指示器让您知道选择该选项会显示其他内容是有意义的,但另一方面,向右箭头并不能像在 iPhone 上那样真正导航到新视图。
想法、想法?
谢谢。
Asking for your opinions and best practices here about the use (or not) of a disclosure indicator arrow within a UITableView cell where selecting that tableview cell will launch a popover to choose the value of that option in that cell.
On the one hand it makes sense to have the disclosure indicator to let you know selecting that will bring up something else, but on the other hand, the right-pointing arrow doesn't really navigate to a new view like it would on the iPhone.
Ideas, thoughts?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于点击单元格不会进行导航,因此请勿使用显示指示器。您可以使用根据要求设计的自定义按钮(例如,可能具有向下箭头图像)。点击此自定义按钮时,弹出弹出窗口。
As tapping the cell does not make a navigation, don't use the disclosure indicator. You can use a custom button designed according to requirement (may be having a down-arrow image,for example) . While tapping this custom button, bring up the pop-over.
显然,苹果更喜欢使用披露指示器,即使该操作只是为了显示弹出窗口。
一个例子是在“常规”>“日期和日期”中。设置应用程序的“时间”部分。自动关闭设置日期,然后点击“设置日期和时间”单元格。它有一个公开指示器,但点击时会显示一个弹出窗口。
Apparently Apple prefers to use a disclosure indicator even if the action if just to show a popover.
An example of this is in the General >'Date & Time' section of the settings app. Turn off set date automatically, then tap on the "Set Date & Time" cell. It has a disclosure indicator but displays a popover when tapped.