Skip to content

Commit 2bec35d

Browse files
authored
Update README.md
1 parent 8ee1e30 commit 2bec35d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22
```swift
33
// Пример
44
class ViewController: UIViewController {
5-
6-
@IBAction func didTapOnButton(_ sender: Any) {
5+
6+
@IBAction func didTapOnButton(_ sender: Any) {
77
Notify.showSuccsess(title: "Hello Bro\nHow are you!?") {
88
self.view.backgroundColor = .systemPink
99
}
1010
}
11+
1112
}
1213

1314
```
1415
```swift
1516
Notify.showSuccsess(title: "Hello Bro\nHow are you!?")
1617

1718
```
19+
![Simulator-Screen-Recording-iPhone-12-Pro-Max-2021-11-07-at-13 22 32](https://user-images.githubusercontent.com/78022759/140641693-c05b7b1c-5e2a-4602-b1cd-0e146b840fc3.gif)

0 commit comments

Comments
 (0)