Skip to content

Instantly share code, notes, and snippets.

@AviTsadok
Last active September 18, 2022 03:32
Show Gist options
  • Select an option

  • Save AviTsadok/82c79e15b3a8d1402b284eaca1bfb272 to your computer and use it in GitHub Desktop.

Select an option

Save AviTsadok/82c79e15b3a8d1402b284eaca1bfb272 to your computer and use it in GitHub Desktop.
updateNavigation.swift
func updateNavigation() async {
await activity?.update(using: NavigationAttributes.NavigationStatus(nextTurn: .right, eta: Date()))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment