Skip to content

Instantly share code, notes, and snippets.

@jacobsapps
Created April 17, 2025 08:42
Show Gist options
  • Save jacobsapps/25fd0beb36b9f09460a67f83e5dad5dc to your computer and use it in GitHub Desktop.
Save jacobsapps/25fd0beb36b9f09460a67f83e5dad5dc to your computer and use it in GitHub Desktop.
// ...
.overlay(alignment: .bottomTrailing) {
lookAroundPreview
}
@ViewBuilder
private var lookAroundPreview: some View {
LookAroundPreview(scene: $scene,
allowsNavigation: true,
badgePosition: .bottomTrailing)
.frame(width: 180, height: 180)
.clipShape(Circle())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment