Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
816bf2f951
commit
41a5d4e817
@ -46,7 +46,6 @@ open class View: UIView, ViewProtocol, UserInfoable {
|
|||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
open var shouldUpdateView: Bool = true
|
open var shouldUpdateView: Bool = true
|
||||||
|
|
||||||
/// Dictionary for keeping information for this Control use only Primitives.
|
|
||||||
open var userInfo = [String: Primitive]()
|
open var userInfo = [String: Primitive]()
|
||||||
|
|
||||||
open var surface: Surface = .light { didSet { if oldValue != surface { setNeedsUpdate() } } }
|
open var surface: Surface = .light { didSet { if oldValue != surface { setNeedsUpdate() } } }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user