This commit is contained in:
Pfeil, Scott Robert 2019-03-19 14:02:29 -04:00
parent 0a8d76bb7b
commit 680f8fc4aa

View File

@ -30,6 +30,7 @@ import UIKit
super.init(frame: .zero)
}
// The default is an image that is centered with no edges pinned. So it will take the size of the content and fill as needed.
@objc public init() {
edges = UIRectEdge(rawValue: 0)
super.init(frame: .zero)