Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 1ad7a2d

Browse files
author
Andrew Lloyd
committed
ReadMe adjustments
1 parent 949da67 commit 1ad7a2d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ A helpful loading spinner tool allowing you to present a UIActivityIndicator vie
1010
github "nodes-ios/Spinner"
1111
~~~
1212

13-
### CocoaPods
14-
~~~
15-
pod 'Spinner', '~> 1.0'
16-
~~~
1713

1814
## 🔧 Setup
1915
Easily present spinners in views like so:
@@ -35,7 +31,7 @@ spinner.dismiss()
3531
```
3632

3733
----
38-
## Custom Images spinner
34+
## Custom spinner
3935
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.
4036
```swift
4137
public static func setCustomImages(images: [UIImage], duration: NSTimeInterval)
@@ -50,7 +46,7 @@ You can also display the spinner in buttons, simply add the spinner to any UIBut
5046
public static func showCustomSpinnerInButton(button: UIButton, disablesUserInteraction:Bool = true) -> Spinner
5147
```
5248

53-
Credits
49+
## Credits
5450
Made with ❤️ at [Nodes](http://nodesagency.com).
5551

5652
## 📄 License

0 commit comments

Comments
 (0)