ATSheetView 0.1.1

ATSheetView 0.1.1

Maintained by ablettx.



ATSheetView

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

#import <ATSheetView/ATSheetView.h>
  • Sheet - Default
NSArray *actions = @[ATPopupActionMake(@"Normal", ATPopupActionStyleNormal, block),
                     ATPopupActionMake(@"Highlighted", ATPopupActionStyleHighlighted, block),
                     ATPopupActionMake(@"Disabled", ATPopupActionStyleDisabled, block)];
ATSheetView *view = \
ATSheetView.build.withTitle(title).withActions(actions);
view.showInWindow();

Requirements

Installation

ATSheetView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ATSheetView'

Author

ablett, [email protected]

License

ATSheetView is available under the MIT license. See the LICENSE file for more info.