Quang Tran
Quang Tran
Let say I have a coordinator like this: ``` import Foundation import RMStoreKit import Stinsen import SwiftUI final class AccountCoordinator: NavigationCoordinatable { let stack = NavigationStack(initial: \AccountCoordinator.start) @Root var start...
I need something like this to adjust SwipeView ``` SwipeView { teamNoteRow(note: note) .contentShape(Rectangle()) } trailingActions: { context in SwipeAction(action: { withAnimation { viewModel.deleteNote(id: note.id) } }, label: { _...
Please have a look at [this video](https://drive.google.com/file/d/1ORghsUT3agv8I-cK-Z1EghZmx79PCJrx/view?usp=share_link) Basically, when I scroll to the bottom to transition the big header to the small one, and then try to scroll up to...
### Description Found this issue when trying to run the preview of SyncUpForm from [swift-composable-architecture](https://github.com/pointfreeco/swift-composable-architecture/blob/main/Examples/SyncUps/SyncUps/SyncUpForm.swift) I suspect it has something to do with this line: ```.bind($store.focus, to: $focus)``` Removing the...