Skip to content

Commit 8ee1e30

Browse files
authored
Update README.md
1 parent 29be9c3 commit 8ee1e30

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
11
# Notify
2+
```swift
3+
// Пример
4+
class ViewController: UIViewController {
5+
6+
@IBAction func didTapOnButton(_ sender: Any) {
7+
Notify.showSuccsess(title: "Hello Bro\nHow are you!?") {
8+
self.view.backgroundColor = .systemPink
9+
}
10+
}
11+
}
12+
13+
```
14+
```swift
15+
Notify.showSuccsess(title: "Hello Bro\nHow are you!?")
16+
17+
```

0 commit comments

Comments
 (0)