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