We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f7fd6 commit f264245Copy full SHA for f264245
README.md
@@ -6,12 +6,12 @@ This is a quickie pair of categories on UIAlertView and UIActionSheet which enab
6
FORK CHANGE
7
------------
8
* RIButtonItem: RISimpleAction -> RIAction<br>
9
-* RIButtonItem: add mehtod
+* RIButtonItem: add method
10
11
- + (id)itemWithLabel: action:
+ + (instancetype)itemWithLabel:(NSString *)inLabel action:(RIAction)action
12
13
* UIAlertView+Blocks and UIActionSheet+Blocks add -init method;
14
-* UIActionSheet+Blocks add methos,
+* UIActionSheet+Blocks add method,
15
16
- (NSInteger)addCancelButtonItem:(RIButtonItem *)item;
17
- (NSInteger)addDestructiveButtonItem:(RIButtonItem *)item;
0 commit comments