Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Sep 20, 2019
1 parent ec7adf7 commit 9056b27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 9056b27

Please sign in to comment.