Skip to content

Commit a60be67

Browse files
committed
modified README.md
1 parent 6f208c4 commit a60be67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Showing action sheet in current toppest viewController. Items contain title、me
6161
}];
6262
```
6363
64-
Showing action sheet in specified viewController. Items contain title、message、add multiple custom style (see CNAlertActionStyle) action、cancel action.
64+
Showing action sheet in current toppest viewController. Items contain title、message、add multiple custom style (see CNAlertActionStyle) action、cancel action.
6565
```objc
6666
[UIAlertController cn_showActionSheetWithTitle:_title message:_message customActionTitles:_customStyleActionTitles cancelTitle:_cancelTitle complete:^(NSUInteger index) {
6767
NSLog(@"index:%ld-- %@", index, self->_customStyleActionTitles[index].allValues.firstObject);

0 commit comments

Comments
 (0)