We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee1e30 commit 2bec35dCopy full SHA for 2bec35d
README.md
@@ -2,16 +2,18 @@
2
```swift
3
// Пример
4
class ViewController: UIViewController {
5
-
6
- @IBAction func didTapOnButton(_ sender: Any) {
+
+ @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
```
15
16
Notify.showSuccsess(title: "Hello Bro\nHow are you!?")
17
18
19
+
0 commit comments