We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f208c4 commit a60be67Copy full SHA for a60be67
README.md
@@ -61,7 +61,7 @@ Showing action sheet in current toppest viewController. Items contain title、me
61
}];
62
```
63
64
-Showing action sheet in specified viewController. Items contain title、message、add multiple custom style (see CNAlertActionStyle) action、cancel action.
+Showing action sheet in current toppest viewController. Items contain title、message、add multiple custom style (see CNAlertActionStyle) action、cancel action.
65
```objc
66
[UIAlertController cn_showActionSheetWithTitle:_title message:_message customActionTitles:_customStyleActionTitles cancelTitle:_cancelTitle complete:^(NSUInteger index) {
67
NSLog(@"index:%ld-- %@", index, self->_customStyleActionTitles[index].allValues.firstObject);
0 commit comments