BPKNavigationView
public struct BPKNavigationView<Content> : View where Content : View
-
Declaration
Swift
public init( title: String? = nil, leadingItems: [BPKNavigationBarItem] = [], trailingItems: [BPKNavigationBarItem] = [], style: BPKNavigationBarStyle = .default, scrollable: Bool = true, ignoresBottomSafeArea: Bool = false, content: @escaping () -> Content )
-
Declaration
Swift
public var body: some View { get }