refactored code
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
55f922e5a1
commit
924653a726
@ -69,9 +69,7 @@ open class Icon: View {
|
||||
open var customSize: Int? { didSet { setNeedsUpdate() } }
|
||||
|
||||
/// The natural size for the receiving view, considering only properties of the view itself.
|
||||
open override var intrinsicContentSize: CGSize {
|
||||
dimensions
|
||||
}
|
||||
open override var intrinsicContentSize: CGSize { dimensions }
|
||||
|
||||
//functions
|
||||
//--------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user