Fix README formatting (title and images)

This commit is contained in:
Andreas Bjerkeholt 2018-11-07 17:50:11 +01:00 коммит произвёл GitHub
Родитель b4e53f70e5
Коммит 103f8ae3e1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -28,7 +28,7 @@ There are three steps to take when creating an AlertController:
# Alert with One Button
![Images\okayalert.png](Images\okayalert.png)
![Images/okayalert.png](Images/okayalert.png)
```
@ -48,7 +48,7 @@ okayButton.TouchUpInside += (sender, e) => {
# Alert with Two buttons
![Images\okaycancel.png](Images\okaycancel.png)
![Images/okaycancel.png](Images/okaycancel.png)
```
okayCancelButton.TouchUpInside += ((sender, e) => {
@ -67,7 +67,7 @@ okayCancelButton.TouchUpInside += ((sender, e) => {
# Alert with Text Field
![Images\textinput.png](Images\textinput.png)
![Images/textinput.png](Images/textinput.png)
```
@ -94,7 +94,7 @@ textInputButton.TouchUpInside += ((sender, e) => {
# ActionSheet Alert
![Images\actionsheet.png](Images\actionsheet.png)
![Images/actionsheet.png](Images/actionsheet.png)
```