Watching the "Design with iOS pickers, menus and actions" session video - https://developer.apple.com/videos/play/wwdc2020/10205/ (around 2:55 in) you can see it is possible to display a context menu on a 'normal' tap (i.e. not a 'press-and-hold' gesture). Is this possible in SwiftUI or is it UIKit for now only?
Post
Replies
Boosts
Views
Activity
I think I know the answer to this question, but is there any way to 'manually' add distance to a SingleGoalWorkout? I.e., I want to make a SingleGoalWorkout with a location set to .indoor, and then add any meters the user has covered from a BLE Fitness Machine Device (exercise bike, indoor rower etc.) towards the workout goal. Is this possible?