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 67d2064 commit f4acf2eCopy full SHA for f4acf2e
Example App/SPAlert.xcodeproj/project.xcworkspace/xcuserdata/ivanvorobei.xcuserdatad/UserInterfaceState.xcuserstate
456 Bytes
README.md
@@ -22,7 +22,7 @@ I tried to recreate Apple's alerts as much as possible. You can find these alert
22
- [Layout](#layout)
23
- [Haptic](#haptic)
24
- [Spinner](#spinner)
25
- - [Shared Appearance](#shared-appearance)
+ - [Appearance](#appearance)
26
- [SwiftUI](#swiftui)
27
- [Russian Community](#russian-community)
28
@@ -147,7 +147,7 @@ alertView.dismiss()
147
SPAlert.dismiss()
148
```
149
150
-### Shared Appearance
+### Appearance
151
152
Also you can change some default values for alerts. For example you can change default duration and corner radius for alert with next code:
153
0 commit comments