Skip to content

Instantly share code, notes, and snippets.

@lutes1
Created August 21, 2022 13:00
Show Gist options
  • Save lutes1/9d192da9950f0148d315827ae6437eb6 to your computer and use it in GitHub Desktop.
Save lutes1/9d192da9950f0148d315827ae6437eb6 to your computer and use it in GitHub Desktop.
HeaderView(
viewModel:
.init(
title: "Rotation",
leftButtonTitle: "Done",
leftButtonAction: {
presentationMode.wrappedValue.dismiss()
}
),
rightControls: {
Text("\(Int(canvasViewModel.tilt))°")
.font(.title.bold())
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment