Skip to content

Commit 16059b2

Browse files
authored
Update README.md
1 parent 18f9a90 commit 16059b2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
33
<!--![](https://github.com/maxmoo/CCActionSheet/p_sheet.gif)-->
44

55
CCActionSheet有两种形式的list
6+
67
####下图为其一:只显示文字,处于中间位置。
8+
79
<img src="https://github.com/maxmoo/CCActionSheet/blob/master/Demo/center.gif" alt="" style="max-width:100%;">
10+
811
####下图为其二:显示icon和文字,文字居左对齐。
12+
913
<img src="https://github.com/maxmoo/CCActionSheet/blob/master/Demo/list.gif" alt="" style="max-width:100%;">
14+
1015
####下面是一种特殊的显示方式,设置属性maxcount(显示的最高高度=maxcount*cellheight),其余滑动显示。
16+
1117
<img src="https://github.com/maxmoo/CCActionSheet/blob/master/Demo/scroll.gif" alt="" style="max-width:100%;">
1218

1319
###模仿微信自定义actionSheet
@@ -43,6 +49,3 @@ CCActionSheet有两种形式的list
4349
>
4450
[sheet show];
4551
>
46-
47-
48-
也可以到我的个人博客中查看一些细节:[http://www.maxmoo.me](http://www.maxmoo.me)

0 commit comments

Comments
 (0)