MRJActionSheet 0.2.1.0

MRJActionSheet 0.2.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jul 2018

Maintained by YHJ.



MRJActionSheet

CI Status Version License Platform

Example

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

MRJActionSheet *sheet = [[MRJActionSheet alloc] initWithTitle:@"标题" buttonTitles:@[@"第一", @"第二", @"第三", @"第四"] redButtonIndex:-1 defColor:nil actionSheetClickBlock:^(MRJActionSheet *actionSheet, int buttonIndex) {
    }];
    [sheet show];

Installation

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

pod 'MRJActionSheet'

Author

[email protected], [email protected]

License

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

MRJActionSheet