iOS Tutorial from @iosdevtips: Simple Menus and Messages with UIActionSheet (#iosdev)

Nice little introductory tutorial for using UIActionSheets in iOS.

Simple Menus and Messages with UIActionSheet

If you need to create a quick menu or present a user with a short message, you may want to consider a UIActionSheet as an option. This control will slide up from the bottom of the screen, and offers a number of easily configurable options.