Thursday, October 11, 2012

Icon Action Sheet for iOS 6

One of the new features of iOS 6 is the replacement of the button based action sheet with the new icon  action sheet. If you tap the options for a library photo for example you get icons for emailing the photo, posting it on Facebook, tweeting it, etc. But how can you integrate this feature on your app?

Github user jgrana recently posted an open source reusable class that does exactly this; it allows you to easily reproduce this control in your app.


Links: IconActionSheet on GitHub