我应该放入哪个 AlertView 按钮 "cancel"
Which AlertView Button should i put in "cancel"
我对 AlertViews 上的 Apple HIG 知之甚少。
我应该将哪个按钮放在警报视图的左侧?
"Skip" 将继续登录过程。
"Change" 将让用户更改 his/her 密码。
请帮我解决这个问题。谢谢!
直接来自 Apple 的 HIG 警报:
When the most likely button performs a nondestructive action, it should be on the right in a two-button alert. The button that cancels this action should be on the left.
When the most likely button performs a destructive action, it should be on the left in a two-button alert. The button that cancels this action should be on the right.
因此,我认为最有可能的按钮是跳过,尤其是在您的屏幕截图中,跳过以粗体显示(尽管您可能有不同的想法),这是非破坏性的。那么,它应该在右边,变化在左边。
我觉得把更改按钮放在左边,就像卸载应用程序一样,系统会创建这样的警报,跳过你的警报很像屏幕截图中的取消
我对 AlertViews 上的 Apple HIG 知之甚少。 我应该将哪个按钮放在警报视图的左侧?
"Skip" 将继续登录过程。 "Change" 将让用户更改 his/her 密码。
请帮我解决这个问题。谢谢!
直接来自 Apple 的 HIG 警报:
When the most likely button performs a nondestructive action, it should be on the right in a two-button alert. The button that cancels this action should be on the left.
When the most likely button performs a destructive action, it should be on the left in a two-button alert. The button that cancels this action should be on the right.
因此,我认为最有可能的按钮是跳过,尤其是在您的屏幕截图中,跳过以粗体显示(尽管您可能有不同的想法),这是非破坏性的。那么,它应该在右边,变化在左边。
我觉得把更改按钮放在左边,就像卸载应用程序一样,系统会创建这样的警报,跳过你的警报很像屏幕截图中的取消