From 6b11b53088fc20c212b26dda4b43cf0d9a9cd49f Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Mon, 30 Sep 2024 05:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AB=20Update:=20Expose=20`ViewControll?= =?UTF-8?q?erLifecycleNotifier.isAppearingForTheFirstTime`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/Temp/ViewControllerLifecycleNotifier.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Temp/ViewControllerLifecycleNotifier.swift b/ios/Temp/ViewControllerLifecycleNotifier.swift index ca97c932..467b7121 100644 --- a/ios/Temp/ViewControllerLifecycleNotifier.swift +++ b/ios/Temp/ViewControllerLifecycleNotifier.swift @@ -11,7 +11,7 @@ import DGSwiftUtilities open class ViewControllerLifecycleNotifier: UIViewController { - private(set) var isAppearingForTheFirstTime = true; + private(set) public var isAppearingForTheFirstTime = true; private(set) public var lifecycleEventDelegates: MulticastDelegate = .init();