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 {
|
if !initialSetupPerformed {
|
||||||
initialSetupPerformed = true
|
initialSetupPerformed = true
|
||||||
setup()
|
setup()
|
||||||
|
modelHandler.updateView()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -120,6 +120,7 @@ open class Button: UIButton, ModelHandlerable, ViewProtocol, Resettable, Useable
|
|||||||
accessibilityTraits = .staticText
|
accessibilityTraits = .staticText
|
||||||
setupUpdateView()
|
setupUpdateView()
|
||||||
setup()
|
setup()
|
||||||
|
updateView()
|
||||||
}
|
}
|
||||||
|
|
||||||
open func setup() {
|
open func setup() {
|
||||||
|
|||||||
@ -90,6 +90,7 @@ open class LabelBase: UILabel, ModelHandlerable, ViewProtocol, Resettable {
|
|||||||
accessibilityTraits = .staticText
|
accessibilityTraits = .staticText
|
||||||
setupUpdateView()
|
setupUpdateView()
|
||||||
setup()
|
setup()
|
||||||
|
updateView()
|
||||||
}
|
}
|
||||||
|
|
||||||
open func setup() {}
|
open func setup() {}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user