Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created December 30, 2020 17:46
Show Gist options
  • Save BetterProgramming/bf6a1f2ed11abb3d3fd5a877bd8f1b24 to your computer and use it in GitHub Desktop.
Save BetterProgramming/bf6a1f2ed11abb3d3fd5a877bd8f1b24 to your computer and use it in GitHub Desktop.
VStack(spacing: 20) {
HStack {
Spacer()
Label(
title: { Text("B") },
icon: { Image(systemName: "b.circle.fill") }).font(.system(size: 50))
Spacer()
}.background(Color.green)
Image("image")
.resizable()
.scaledToFill()
.frame(width: 250, height: 400)
Spacer()
}.offset(x: self.currentSegment == 1 ? 0 : geo.size.width, y: 0)
.animation(.default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment