Skip to content

Commit 6abfddd

Browse files
committed
wip
1 parent e9369b8 commit 6abfddd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Sources/IntrospectionView.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,9 @@ final class IntrospectionPlatformViewController: PlatformViewController {
155155
}
156156

157157
#if canImport(UIKit)
158-
override func loadView() {
159-
view = UIView()
160-
view.introspectionController = self
161-
}
162-
163158
override func viewDidLoad() {
164159
super.viewDidLoad()
160+
view.introspectionController = self
165161
handler?()
166162
}
167163

0 commit comments

Comments
 (0)