Created
April 17, 2025 08:42
-
-
Save jacobsapps/25fd0beb36b9f09460a67f83e5dad5dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ... | |
.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