Skip to content

Instantly share code, notes, and snippets.

@lutes1
Created August 21, 2022 12:50
Show Gist options
  • Save lutes1/0e61afc1a8de3557ce7a6e74a61ef1e2 to your computer and use it in GitHub Desktop.
Save lutes1/0e61afc1a8de3557ce7a6e74a61ef1e2 to your computer and use it in GitHub Desktop.
HeaderView(
viewModel:
.init(
title: "Rotation",
leftButtonTitle: "Done",
leftButtonAction: {
presentationMode.wrappedValue.dismiss()
}
),
leftControls: { EmptyView() },
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