Search code examples
iosuser-interfaceuser-experience

What is the iOS equivalent of the android three dot menu icon?


Android uses three dots (pictured) to show that there are more menu items available. What is the iOS equivalent of this icon?

Android three dots menu

enter image description here


Solution

  • There is no clear equivalent, the closest I can think of are the horizontal three dots inside a UITabBarItem when there is no space to show the options:

    tab bar - more icon

    That being said, contextual menus are not common in iOS apps and there is no default UI item for them.