Chasen @chasen.dev · Dec 7

For Day 70 we added the ability to pin locations on a map and edit them. We were supposed to use .onLongPressGesture, but I couldn’t get it to work in the previews or simulator, so I just used another .onTapGesture. #100DaysOfSwiftUI

1 likes 1 replies

?

Replies

Red Apple · Jan 21

I'm not really sure what is going on with the .onLongPressGesture. I wasn't able to get it to work even on an actual iPhone. I also couldn't get it to work on the final project file either. Thank you for commenting your solution.