objective c - Is it a good idea to show a context menu on long click in iOS? Or there are other alternatives? -
in application have chat functionality similar imessage app. if user long click on message context menu options appear. i'm interested ux/ui pattern ? or may there better alternatives context menus? e.g. in android instead of context menu better use context action bar. context menus in ios?
context menus put emphasis on options appear, darkening background. action bars, on other hand, add no specific emphasis anything. when deciding on context menus or action bars, think whether want special attention on options, or if don't want options distraction user interface.
Comments
Post a Comment