mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
SwiftUI Examples #329
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kriszabala on GitHub (Apr 24, 2020).
The documentation indicates the new ListPublisher and ObjectPublisher support SwiftUI. Are there any examples of this such as a ListPublisher populating a List view?
@JohnEstropia commented on GitHub (May 26, 2020):
@kriszabala Check out SwiftUIView.swift in the CoreStoreDemo app. You can play with this demo by running the CoreStoreDemo app and choosing the "SwiftUI" demo from the menu.