From 929cb33b5fa55a07557011d98e503033a2a9bb8c Mon Sep 17 00:00:00 2001 From: "Hedden, Kyle Matthew" Date: Thu, 4 Jan 2024 14:19:28 -0500 Subject: [PATCH] set the intiial tint state for ImageButton --- MVMCoreUI/Atomic/Atoms/Buttons/ImageButton.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Atoms/Buttons/ImageButton.swift b/MVMCoreUI/Atomic/Atoms/Buttons/ImageButton.swift index 323236a7..7dd08e88 100644 --- a/MVMCoreUI/Atomic/Atoms/Buttons/ImageButton.swift +++ b/MVMCoreUI/Atomic/Atoms/Buttons/ImageButton.swift @@ -33,7 +33,7 @@ import Foundation super.set(with: model, delegateObject, additionalData) FormValidator.setupValidation(for: castModel, delegate: delegateObject?.formHolderDelegate) - + setState() } public func setState() {