|

Articles with "swiftui"

  • Pass ToolbarItems to ViewModifiers using ToolbarContentBuilder

    While making a custom navigation bar for a project in SwiftUI, I wanted to know if there was a way to pass ToolbarItems to a ViewModifier. This is because the default navigation...