Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Luo-Kuang committed Nov 27, 2019
1 parent b98bfc5 commit c59a6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ZFAlertAction *cancel = [ZFAlertAction actionWithTitle:@"cancel" action:^{
[self presentViewController:alertVC animated:YES completion:nil];
```

#### Add textfield, and this will auto adjust keyboard
#### Add textfield, and this will auto adjust by keyboard

![textFiled](https://raw.githubusercontent.com/ICU-Coders/IconLib/master/AlertController/textFiled.jpg)
```
Expand All @@ -70,7 +70,7 @@ ZFAlertAction *ok = [ZFAlertAction actionWithTitle:@"Ok" action:^{
[self presentViewController:alertVC animated:YES completion:nil];
```

#### Make a action sheet
#### Action Sheet
![actionSheet](https://raw.githubusercontent.com/ICU-Coders/IconLib/master/AlertController/actionSheet.jpg)
```
ZFAlertController *alertVC = [ZFAlertController alertWithTitle:@"ActionSheet" message:@"alertWithTitle:message:style:" style:ZFAlertControllerStyleActionSheet];
Expand Down

0 comments on commit c59a6cd

Please sign in to comment.