SQift icon indicating copy to clipboard operation
SQift copied to clipboard

Conflicts with Binding property wrapper

Open jensrodi opened this issue 5 years ago • 0 comments

When using SQift in a project, it is not possible to use the Binding property wrapper:

@Binding var myState : Bool

This is caused by SQift having a Binding class that conflicts with the swift Binding attribute.

jensrodi avatar Dec 16 '19 12:12 jensrodi