Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. @State var position: CGPoint?
  2.  
  3. var body: some View {
  4. Text("Drag me")
  5. .position(position) //Error
  6. .gesture(gesture)
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement