Commit 81927cf0 by Daniel Dahan

development: text alignment update for visualLayer

parent 77bbca1a
......@@ -49,7 +49,7 @@ open class View: UIView {
@IBInspectable
open var image: UIImage? {
didSet {
visualLayer.contents = image?.cgImage
visualLayer.contents = image?.cgImage
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment