swiftui-view-lifecycle
swiftui-view-lifecycle copied to clipboard
Observe how different SwiftUI container views affect state and lifecycle events (onAppear, onDisappear).
Results
2
swiftui-view-lifecycle issues
Sort by
recently updated
recently updated
newest added
## Reason to Be While reading up on the `.task` modifier this morning, I wasn't quite sure if its lifecycle exactly matched `.onAppear` and `.onDisappear`. So, I decided to add...
The LazyVGrid section says that `onDisappear` seem not to get called at all but it did get called as shown here. I am unsure how or why but I don't...