From 9056b27e58485a080fc7a7d8b5c90ee66238fb84 Mon Sep 17 00:00:00 2001 From: Glenn <5834289+glennawatson@users.noreply.github.com> Date: Sat, 21 Sep 2019 00:26:13 +1000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 94eac4755..48a20f8cf 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,14 @@ Android.Graphics.Color bgColor = ViewModel.BackgroundColor.ToNative(); ``` ### Cross-platform Image Loading +You can register with the Splat locators. + +```cs +Locator.CurrentMutable.RegisterPlatformBitmapLoader(); +``` + +You can then load your images in a cross platform way: + ```cs // // Load an Image