Saturday, February 5, 2011

Creating iPhone Pop-up Menu Similar to Mail App Menu

I'd like to create a pop-up menu similar to the one found in the mail app when you want to reply to a message. I've seen this in more than one application so I wasn't sure if there was something built into the framework for it or some example code out there.

alt text

  • It is an UIActionSheet.

  • Check out the UICatalog example on Apple's website. The "Alerts" section has examples of how to use UIActionSheet to accomplish what you're trying to do.

    jpartogi : Is UIActionSheet the only way to do it?
    From Mike

0 comments:

Post a Comment