Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 917
user3589485 Avatar asked Sep 13 '17 16:09

user3589485


1 Answers

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.

like image 177
Tamás Sengel Avatar answered Nov 15 '22 09:11

Tamás Sengel