You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,10 @@ Here you find all which using in project:
23
23
- // MARK: - Init
24
24
- // MARK: - Lifecycle
25
25
- // MARK: - Layout
26
-
- // MARK: - Internal
26
+
- // MARK: - Public
27
27
- // MARK: - Private
28
+
- // MARK: - Internal
29
+
- // MARK: - Models
30
+
- // MARK: - Ovveride
28
31
29
32
If you can't find valid, add new to codestyle agreements please. Other can be use if class is large and need struct it even without adding to codestyle agreements.
Copy file name to clipboardExpand all lines: README.md
+44-63Lines changed: 44 additions & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,13 @@
1
1
# SPAlert
2
2
3
-
**Popup from Apple Music & Feedback in AppStore**. Contains `Done`, `Heart`, `Error` and other presets. Supports Dark Mode. I tried to recreate Apple's alerts as much as possible. You can find these alerts in the AppStore after feedback and after you add a song to your library in Apple Music. Support `SwiftUI`.
**Popup from Apple Music & Feedback in AppStore**. Contains `Done`, `Heart`, `Error` and other. Supports Dark Mode. Support `SwiftUI`.
10
+
I tried to recreate Apple's alerts as much as possible. You can find these alerts in the AppStore after feedback and after you add a song to your library in Apple Music.
35
11
36
12
## Navigate
37
13
@@ -42,8 +18,8 @@ If you like the project, don't forget to `put star ★`<br>Check out my other li
42
18
-[Quick Start](#quick-start)
43
19
-[Usage](#usage)
44
20
-[Duration](#duration)
21
+
-[Dismiss](#dismiss)
45
22
-[Layout](#layout)
46
-
-[Dismiss by Tap](#dismiss-by-tap)
47
23
-[Haptic](#haptic)
48
24
-[Spinner](#spinner)
49
25
-[Shared Appearance](#shared-appearance)
@@ -52,9 +28,7 @@ If you like the project, don't forget to `put star ★`<br>Check out my other li
52
28
53
29
## Installation
54
30
55
-
Ready for use on iOS 11+. Works with Swift 5+. Required Xcode 12.0 and higher.
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate using CocoaPods, specify it in your `Podfile`:
47
+
[CocoaPods](https://cocoapods.org) is a dependency manager. For usage and installation instructions, visit their website. To integrate using CocoaPods, specify it in your `Podfile`:
0 commit comments