From e91e4217cb9862e5424f2506bf0c7813eb6bdf85 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Mon, 22 Aug 2022 16:28:01 -0700 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb196e8..d16c566 100644 --- a/README.md +++ b/README.md @@ -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 | ✅ | ❌ | ❌ |