Skip to content

Commit 643411c

Browse files
fix typo
1 parent a4e4991 commit 643411c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/SwiftLoader/SwiftLoader.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class SwiftLoader: UIView {
8181
public class func setConfig(config : Config) {
8282
let loader = SwiftLoader.sharedInstance
8383
loader.config = config
84-
loader.frame = CGRectMake(0,0,loader.config.size,loader.config.size)
84+
loader.frame = CGRectMake(0, 0, loader.config.size, loader.config.size)
8585
}
8686

8787
/**
@@ -290,8 +290,8 @@ public class SwiftLoader: UIView {
290290
public var spinnerColor = UIColor.blackColor()
291291

292292
/**
293-
* S
294-
*/
293+
* Spinner Line Width
294+
*/
295295
public var spinnerLineWidth :Float = 1.0
296296

297297
/**

0 commit comments

Comments
 (0)