Skip to content

Instantly share code, notes, and snippets.

@seit
Created December 8, 2025 08:30
Show Gist options
  • Select an option

  • Save seit/871f41711df8a9606fc1896b630d4b6d to your computer and use it in GitHub Desktop.

Select an option

Save seit/871f41711df8a9606fc1896b630d4b6d to your computer and use it in GitHub Desktop.
カスタムヘッダ
var header: some View {
ZStack {
Button {
dismiss()
} label: {
chevronBack
}
.frame(maxWidth: .infinity, alignment: .leading)
Text(headerTitle)
.padding(13)
}
.padding(.vertical, 16)
.padding(.horizontal, 16)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment