[](https://travis-ci.org/Jed Lewison/MAFActionSheetController)
MAFActionSheetController manages action sheet-style view controllers on iOS 7+ using MAFOverlay to present as an overlay from a bar button item or a view.
## Details- Similar to UIAlertController, but with full control over layout and works with iOS 7+.
- Default layout is similar to popover style on iPhone
- Add custom header and footer
- Supports vertical scrolling for long sheets
- Choose primary and detail text attributes.
- Supply a custom background view for each action item to completely customize appearance.
- Uses MAFOverlay to coordinate presentations
To run the example project, clone the repo, and run pod install from the Example directory first.
Try it using pod try MAFActionSheetController
MAFOverlay // iOS 7+
MAFActionSheetController is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "MAFActionSheetController"
Jed Lewison, jed@magicappfactory.com
MAFActionSheetController is available under the MIT license. See the LICENSE file for more info.

