How to Use UIActionSheet

  • 14 years ago
UIActionSheet is a quick way to interact with your users and present them with an set of options. You may take an action based on what the user selects. This is one of those controls from Cocoa-Touch that I like because it elegantly slides in from the bottom and basically doesn’t look like message box spam.

Recommended