Skip to content

Commit

Permalink
Update WebViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Jun 12, 2023
1 parent 824bb01 commit b2f6784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIKitCatalog/UIKitCatalog/WebViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class WebViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()

if #available(macOS 13.3, iOS 16.4, tvOS 16.4, *) {
if #available(iOS 16.4, *) {
webView.isInspectable = true
}

Expand Down

0 comments on commit b2f6784

Please sign in to comment.