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
{{ message }}
This repository was archived by the owner on Mar 10, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,6 @@ A helpful loading spinner tool allowing you to present a UIActivityIndicator vie
10
10
github "nodes-ios/Spinner"
11
11
~~~
12
12
13
-
### CocoaPods
14
-
~~~
15
-
pod 'Spinner', '~> 1.0'
16
-
~~~
17
13
18
14
## 🔧 Setup
19
15
Easily present spinners in views like so:
@@ -35,7 +31,7 @@ spinner.dismiss()
35
31
```
36
32
37
33
----
38
-
## Custom Images spinner
34
+
## Custom spinner
39
35
If you would rather use something more custom than the UIActivityIndicator, you can set an array of images to the Spinner with a duration time it takes to animate through them and display it in a view.
0 commit comments