How to Use UIActionSheet

Matthew Campbell, March 4th, 2010

Today I have a super-awesome video showing you how to use UIActionSheet.

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.

[Read More]