在iphone应用程序中什么可以代替工具提示?

时间:2021-12-09 18:04:56

What can be used instead of tooltip in iphone app?

在iphone应用程序中什么可以代替工具提示?

Best alternative of tooltip in touch screen systems?

在触摸屏系统中工具提示的最佳选择?

4 个解决方案

#1


1  

Tooltips are generally reserved for operating systems that have a cursor. In touchscreen applications, tooltips should not be needed at all. When your application is in use, the user should always know where the menus are, what all of the buttons do, etc, simply because they have been labeled clearly with a text explanation or an image.

工具提示通常用于具有游标的操作系统。在触摸屏应用程序中,根本不需要工具提示。当您的应用程序在使用时,用户应该始终知道菜单在哪里,所有的按钮都做什么,等等,仅仅因为它们已经被清晰地标记为文本解释或图像。

If you need the use of tooltips in your application, you need to rethink your design.

如果需要在应用程序中使用工具提示,则需要重新考虑设计。

Be Succinct.

是简洁的。

#2


1  

I believe tooltips are still viable in form of short timed message. For instance, you may show dialog when button can be single-clicked or long-pressed. How else would you describe to user that functionality. None of the solutions above seem to work in this case. I guess timed message, some kind of dialog and help file are only options. Or am I missing something?

我相信工具提示在短时间信息的形式下仍然是可行的。例如,当按钮可以单击或长按时,可以显示对话框。您如何向用户描述该功能。以上的解决方案在这种情况下似乎都不起作用。我猜时间信息,一些对话框和帮助文件只是选项。还是我漏掉了什么?

#3


0  

You don't. Instead apply a stronger preference for text buttons over buttons with an icon. Sometimes a footer message describes the current status in more detail.

你不。相反,在带有图标的按钮上应用更强的文本按钮首选项。有时页脚消息更详细地描述当前状态。

(this is just me, interpreting Apple app design as good practice)

(这就是我,把苹果应用程序设计解释为良好的实践)

#4


0  

Tooltips can be useful especially for icons or image that are not or cannot be labeled and also for multilingual apps where different text lengths must be taken into account. It's not always a question of rethinking your whole design, for me it depends on the context of your app. An design doesn't fail just because tooltips have to be added.

工具提示可以非常有用,特别是对于没有或不能标记的图标或图像,以及对于需要考虑不同文本长度的多语言应用程序。这并不总是一个重新思考你整个设计的问题,对我来说,它取决于你的应用程序的环境。设计不会因为需要添加工具提示而失败。

Safari on iPhone and iPad uses the method touch and hold on a link. This very near the actual hover and hold for desktop apps. This is also the direction we are looking at in my company.

iPhone和iPad上的Safari使用触摸和保持链接的方法。这接近于桌面应用程序的鼠标悬停。这也是我们公司的发展方向。

Ref.: http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html

裁判:http://developer.apple.com/library/safari/文档/ AppleApplications /引用/ SafariWebContent / HandlingEvents / HandlingEvents.html

Regards,

问候,

#1


1  

Tooltips are generally reserved for operating systems that have a cursor. In touchscreen applications, tooltips should not be needed at all. When your application is in use, the user should always know where the menus are, what all of the buttons do, etc, simply because they have been labeled clearly with a text explanation or an image.

工具提示通常用于具有游标的操作系统。在触摸屏应用程序中,根本不需要工具提示。当您的应用程序在使用时,用户应该始终知道菜单在哪里,所有的按钮都做什么,等等,仅仅因为它们已经被清晰地标记为文本解释或图像。

If you need the use of tooltips in your application, you need to rethink your design.

如果需要在应用程序中使用工具提示,则需要重新考虑设计。

Be Succinct.

是简洁的。

#2


1  

I believe tooltips are still viable in form of short timed message. For instance, you may show dialog when button can be single-clicked or long-pressed. How else would you describe to user that functionality. None of the solutions above seem to work in this case. I guess timed message, some kind of dialog and help file are only options. Or am I missing something?

我相信工具提示在短时间信息的形式下仍然是可行的。例如,当按钮可以单击或长按时,可以显示对话框。您如何向用户描述该功能。以上的解决方案在这种情况下似乎都不起作用。我猜时间信息,一些对话框和帮助文件只是选项。还是我漏掉了什么?

#3


0  

You don't. Instead apply a stronger preference for text buttons over buttons with an icon. Sometimes a footer message describes the current status in more detail.

你不。相反,在带有图标的按钮上应用更强的文本按钮首选项。有时页脚消息更详细地描述当前状态。

(this is just me, interpreting Apple app design as good practice)

(这就是我,把苹果应用程序设计解释为良好的实践)

#4


0  

Tooltips can be useful especially for icons or image that are not or cannot be labeled and also for multilingual apps where different text lengths must be taken into account. It's not always a question of rethinking your whole design, for me it depends on the context of your app. An design doesn't fail just because tooltips have to be added.

工具提示可以非常有用,特别是对于没有或不能标记的图标或图像,以及对于需要考虑不同文本长度的多语言应用程序。这并不总是一个重新思考你整个设计的问题,对我来说,它取决于你的应用程序的环境。设计不会因为需要添加工具提示而失败。

Safari on iPhone and iPad uses the method touch and hold on a link. This very near the actual hover and hold for desktop apps. This is also the direction we are looking at in my company.

iPhone和iPad上的Safari使用触摸和保持链接的方法。这接近于桌面应用程序的鼠标悬停。这也是我们公司的发展方向。

Ref.: http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html

裁判:http://developer.apple.com/library/safari/文档/ AppleApplications /引用/ SafariWebContent / HandlingEvents / HandlingEvents.html

Regards,

问候,