Skip to content

Commit

Permalink
Merge pull request #26 from cybozu/add-document-root
Browse files Browse the repository at this point in the history
Add document root
  • Loading branch information
Kyome22 authored Oct 17, 2024
2 parents 10a6ca0 + 8688bc3 commit f790ed7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Sources/WebUI/Documentation.docc/WebUI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ``WebUI``

WebUI is a Swift Package for building WebView in SwiftUI. It wraps WKWebView and provides a simple API to load a URL or HTML string.

## Additional Resources

- [GitHub Repository](https://github.com/cybozu/WebUI)

## Overview

This package provides a WebView component for SwiftUI. Building a WebView in SwiftUI is not straightforward because `WKWebView` has many instance methods to manipulate the web view. `WebUI` resolves instance method calls through proxy objects.

0 comments on commit f790ed7

Please sign in to comment.