CueLightShow 0.0.14

CueLightShow 0.0.14

Alexander Mokrushin 维护。



  • Alexander Mokrushin

WebViewSDK

框架包含用于从加载到 WKWebView 的页面中使用的相机 SDK。用于 CUE Live Lightshow 2.0。

用法

  1. 将 ios-webview-sdk 克隆到目录
git clone https://github.com/Transported-Labs/ios-webview-sdk
  1. 在 XCode 14.3+ 中打开 ios-webview-sdk 的 WebViewSDK.xcodeproj 项目文件
  2. 在 XCode 中构建库。
  3. 如果您需要手动构建库,请使用以下命令
xcodebuild archive -sdk iphoneos -configuration Release -project WebViewSDK.xcodeproj -scheme WebViewSDK

HTML 文件示例

请从示例项目中找到样本 HTML 文件:[index.html](https://github.com/Transported-Labs/ios-webview-sdk-demo/blob/main/WebViewDemo/Resources/index.html)