🐛 :: Fix wrong image reference

This commit is contained in:
Felix Mau
2020-06-17 12:27:51 +02:00
parent a515f8b744
commit cdac9a58c8
+1 -1
View File
@@ -143,7 +143,7 @@ let notchGradientLoadingBar = NotchGradientLoadingBar(
)
```
[![Example][notch-bar-example--thumbnail]][notch-bar-example]
[![Example][notch-example--thumbnail]][notch-example]
#### GradientActivityIndicatorView
In case you don't want to add the loading bar onto the key-window, this framework provides the `GradientActivityIndicatorView`, which is a direct subclass of `UIView`. You can add the view to another view either inside the interface builder or programmatically.