Skip to content

Commit

Permalink
💫 Update: Expose `ViewControllerLifecycleNotifier.isAppearingForTheFi…
Browse files Browse the repository at this point in the history
…rstTime`
  • Loading branch information
dominicstop committed Sep 29, 2024
1 parent 35e2254 commit 6b11b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Temp/ViewControllerLifecycleNotifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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<ViewControllerLifecycleNotifiable> = .init();
Expand Down

0 comments on commit 6b11b53

Please sign in to comment.