ios-uicatalog

November 20, 2025 ยท View on GitHub

A simple test application for iOS, used by Appium for certain tests. For more information, see the docs for UIKitCatalog

UIKitCatalog is for Xcode 11+

Building

npm run build:uicatalog:simulator will build the app for a simulator. npm run build:uicatalog:real will build the app for a real device.

webView.isInspectable

Since iOS 16.4, the WKWebView insatnce needs to enable isInspectable to make WebView available. The sample app enables it.