Update README.md

Change images to be marked as supported on iOS. This table probably needs some nuance attached though... but as a "quick glance of what's possible" it's fine for now.
This commit is contained in:
Ryan McGrath 2022-08-22 16:28:01 -07:00 committed by GitHub
parent 6b69c1db94
commit e91e4217cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ Non-Apple platforms that shim or provide a form of AppKit may be able to use a g
| ListView | Reusable list w/ cached rows | ✅ | ❌ | ❌ |
| Button | Styling, events, toolbar support | ✅ | ❌ | ❌ |
| Label/TextField | Text rendering & input | ✅ | ❌ | ❌ |
| Image/ImageView | Loading, drawing, etc | ✅ | | ❌ |
| Image/ImageView | Loading, drawing, etc | ✅ | | ❌ |
| Toolbar | Basic native toolbar | ✅ | ❌ | ❌ |
| SplitViewController | Split views (Big Sur friendly) | ✅ | ❌ | ❌ |
| WebView | Wrapper for WKWebView | ✅ | ❌ | ❌ |