halloway4b
halloway4b

Reputation: 573

Name of menu in mail app

I want to implement a feature in my app but I don't know the name of it. So I don't find any documentation. On iPhone it is a menu with buttons which popup from the bottom. You can see this in mail if you are start writing a mail and hit cancel in the navigation bar. Then this menu appears with 3 buttons delete,save or cancel at the bottom of the screen. How is this menu named and how can I implement this? Thanks.

Upvotes: 0

Views: 62

Answers (1)

jtbandes
jtbandes

Reputation: 118671

It's UIActionSheet.

Upvotes: 3

Related Questions