Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating an option type menu in iOS

This is what I'm talking about, only just hiding half of the view that called it:

enter image description here

I've searched on the internet for hours, but I seem to be missing some sort of key word. I've searched: iOS Menu, iOS Overlay Menu, iOS Options Menu, iOS Sharing Menu (as it resembled the old one), iOS Called Menu and variations of all of those. It would be extremely helpful if someone could tell me the name of this type of menu or possible explain how to make one.

like image 350
sinθ Avatar asked Apr 25 '13 01:04

sinθ


People also ask

How do I create a menu on my iPhone?

Open the navigation and click Items & Orders > Menus. Click Create a Menu in the upper right corner. If you need to edit a menu, select one of your existing menus from the Menu drop-down. Enter in your Menu Name and choose the location.

Does iOS use hamburger menu?

Apple supports that general kind of UI, but not specifically the hamburger icon.

What is context menu in iOS?

In iOS and iPadOS, a context menu can display a preview of the current content near the list of commands. People can choose a command in the menu or — in some cases — they can tap the preview to open it or drag it to another area. Prefer a graphical preview that clarifies the target of a context menu's commands.


1 Answers

That's called a UIActionSheet.

like image 190
Dave DeLong Avatar answered Sep 28 '22 16:09

Dave DeLong