clean
This commit is contained in:
parent
74ab14f5f9
commit
0a8d76bb7b
@ -32,7 +32,7 @@ import UIKit
|
|||||||
super.init(coder: aDecoder)
|
super.init(coder: aDecoder)
|
||||||
}
|
}
|
||||||
|
|
||||||
func loadImage(_ imageName: String, startImmediately: Bool, duration: TimeInterval, loopCompletionBlock: ((UInt) -> Void)?) {
|
public func loadImage(_ imageName: String, startImmediately: Bool, duration: TimeInterval, loopCompletionBlock: ((UInt) -> Void)?) {
|
||||||
contentMode = UIView.ContentMode.scaleAspectFill
|
contentMode = UIView.ContentMode.scaleAspectFill
|
||||||
clipsToBounds = true
|
clipsToBounds = true
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user