Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roubachof authored Oct 4, 2022
1 parent 5ff429b commit 739f490
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Get it from NuGet:
</thead>
<tbody>
<tr>
<td><img src="Docs/maui/banner.png" width="600" /></td>
<td><img src="Docs/MAUI/banner.png" width="600" /></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -232,6 +232,12 @@ You probably know the `LazyView` by now, the `DelayedView` is an evolution of it

Using a `DelayedView` will reduce application startup time by deferring the UI building of your components by some milliseconds (the value can be configured).



https://user-images.githubusercontent.com/596903/193819937-eecca609-b0c0-4705-92d2-e52a24803f8d.mp4



All you have is wrap your view in a `DelayedView` inside your `ViewSwitcher`, or even anywhere in your app.

```xml
Expand Down

0 comments on commit 739f490

Please sign in to comment.