Skip to content

Commit a250824

Browse files
committed
update
1 parent 577dd0c commit a250824

11 files changed

+20
-14
lines changed

.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Xcode
2+
.DS_Store
3+
*/build/*
4+
*.pbxuser
5+
!default.pbxuser
6+
*.mode1v3
7+
!default.mode1v3
8+
*.mode2v3
9+
!default.mode2v3
10+
*.perspectivev3
11+
!default.perspectivev3
12+
xcuserdata
13+
profile
14+
*.moved-aside
15+
DerivedData
16+
.idea/
17+
*.hmap
18+
*.xccheckout
19+
#CocoaPods
20+
Pods

README.md

-14
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@ Convenience methods for UIAlertController. It can add custom style (defalut and
55
### Requirements
66
* Greater iOS 8.0.
77

8-
### Style
9-
10-
**AlertView**
11-
12-
![](https://github.com/cievon/UIAlertController-CNBlocks/raw/master/markdown_source/alertNormal.png) ![](https://github.com/cievon/UIAlertController-CNBlocks/raw/master/markdown_source/alertCustomStyleActions2.png)
13-
14-
![](https://github.com/cievon/UIAlertController-CNBlocks/raw/master/markdown_source/alertDefalutStyleActions.png) ![](https://github.com/cievon/UIAlertController-CNBlocks/raw/master/markdown_source/alertCustomStyleActions.png)
15-
16-
**ActionSheet**
17-
18-
![](https://github.com/cievon/UIAlertController-CNBlocks/raw/master/markdown_source/actionSheetNormal.png) ![](https://github.com/cievon/UIAlertController-CNBlocks/raw/master/markdown_source/actionSheetCustomStyleActions2.png)
19-
20-
![](https://github.com/cievon/UIAlertController-CNBlocks/raw/master/markdown_source/actionSheetDefalutStyleActions.png) ![](https://github.com/cievon/UIAlertController-CNBlocks/raw/master/markdown_source/actionSheetCustomStyleActions.png)
21-
228
### Usage
239
* Add UIAlertController+CNBlocks.h/m into your project.
2410

markdown_source/.DS_Store

-6 KB
Binary file not shown.
-10.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

markdown_source/actionSheetNormal.png

-8.14 KB
Binary file not shown.
-9.54 KB
Binary file not shown.
-6.17 KB
Binary file not shown.
-11.2 KB
Binary file not shown.

markdown_source/alertNormal.png

-6.57 KB
Binary file not shown.

0 commit comments

Comments
 (0)