updated
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
fa39ce82d1
commit
e53e66b96a
@ -49,6 +49,7 @@ open class CollectionViewCell<ModelHandlerType: ModelHandlerable & UIView>: UICo
|
||||
if !initialSetupPerformed {
|
||||
initialSetupPerformed = true
|
||||
setup()
|
||||
modelHandler.updateView()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -120,6 +120,7 @@ open class Button: UIButton, ModelHandlerable, ViewProtocol, Resettable, Useable
|
||||
accessibilityTraits = .staticText
|
||||
setupUpdateView()
|
||||
setup()
|
||||
updateView()
|
||||
}
|
||||
|
||||
open func setup() {
|
||||
|
||||
@ -90,6 +90,7 @@ open class LabelBase: UILabel, ModelHandlerable, ViewProtocol, Resettable {
|
||||
accessibilityTraits = .staticText
|
||||
setupUpdateView()
|
||||
setup()
|
||||
updateView()
|
||||
}
|
||||
|
||||
open func setup() {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user