This commit is contained in:
Pfeil, Scott Robert 2019-03-19 13:53:16 -04:00
parent 74ab14f5f9
commit 0a8d76bb7b

View File

@ -32,7 +32,7 @@ import UIKit
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
clipsToBounds = true