We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19d0bd commit 3e1c8e7Copy full SHA for 3e1c8e7
1 file changed
ExampleApp/ExampleApp/Base/HostingController.swift
@@ -9,8 +9,6 @@ import SwiftUI
9
import UIKit
10
11
class HostingController<T: View>: UIHostingController<T> {
12
- var isNavigationBarHidden: Bool { false }
13
-
14
override init(rootView: T) {
15
super.init(rootView: rootView)
16
}
@@ -23,7 +21,6 @@ class HostingController<T: View>: UIHostingController<T> {
23
21
24
22
override func viewWillAppear(_ animated: Bool) {
25
super.viewWillAppear(animated)
26
27
28
29
@available(*, unavailable) @MainActor dynamic required init?(coder aDecoder: NSCoder) {
0 commit comments