Skip to content

Commit 17e08ec

Browse files
authored
Update README.md
1 parent 7e2ec3d commit 17e08ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Notify
22
```swift
3-
// Пример
3+
// Example
44
class ViewController: UIViewController {
55

66
@IBAction func didTapOnButton(_ sender: Any) {
@@ -13,10 +13,10 @@ class ViewController: UIViewController {
1313

1414
```
1515
```swift
16-
Notify.showSuccsess(title: "Сообщение")
17-
Notify.showError(title: "Сообщение")
18-
Notify.showWith(title: "Сообщение", image: nil, type: .gray, duration: 3, haptic: .success) {
19-
//Ваш код
16+
Notify.showSuccsess(title: "Message")
17+
Notify.showError(title: "Message")
18+
Notify.showWith(title: "Message", image: nil, type: .gray, duration: 3, haptic: .success) {
19+
//Comletion handler
2020
}
2121

2222
```

0 commit comments

Comments
 (0)