File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 33<!-- -->
44
55CCActionSheet有两种形式的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 ) 。
You can’t perform that action at this time.
0 commit comments