There was an error while loading. Please reload this page.
1 parent 8368f75 commit 505b5baCopy full SHA for 505b5ba
README.md
@@ -15,6 +15,7 @@ CCActionSheet有两种形式的list
15
16
###使用
17
回调方式使用了两种,这里只举例使用block回调。
18
+
19
`初始化`
20
>
21
CCActionSheet *sheet = [[CCActionSheet alloc] initWithTitle:@"这是CCActionSheet" clickedAtIndex:^(NSInteger index) {
0 commit comments