You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good question. You could try merging main into it and see how bad the conflicts are. It looks like most of that work is still applicable, with a little updating. But starting from scratch and copying stuff over might be less tedious
ViewModifier is another protocol in SwiftUI that is implemented as a struct, very similar to
View
.View
class, create aViewModifier
base class.CustomViewType
, make aCustomViewModifierType
type that derives fromManagedSwiftType
The text was updated successfully, but these errors were encountered: