Skip to content

Commit 33a8219

Browse files
committed
Update README.md
1 parent d3ce0de commit 33a8219

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ CCActionSheet有两种形式的list
1414
实现样式是模仿微信自定义actionSheet实现的。相似度还是较高的QAQ。
1515

1616
###使用
17+
####你可以使用cocoapods,也可以手动下载CCActionSheet中的文件,引用头文件#import "CCActionSheet.h"
18+
19+
pod 'CCActionSheet', '~> 1.0.1'
20+
21+
1722
回调方式使用了两种,这里只举例使用block回调。
1823

1924
`初始化`

0 commit comments

Comments
 (0)