You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,10 @@ Always try to choose the closest possible root layout to BlurView. This will gre
58
58
> Install-Package Xamarin.BlurView
59
59
```
60
60
61
+
## Xamarin.Forms
62
+
63
+
You may use this library for Xamarin.Forms application, for this you need to create custom control with custom renderer. Example of implementation you can see here: https://github.com/wcoder/Xamarin.BlurView/commit/50c71e4bcc58cc07deb108c18dd6a40ccd077832
64
+
61
65
## Important
62
66
BlurView can be used only in a hardware-accelerated window.
63
67
Otherwise, blur will not be drawn. It will fallback to a regular FrameLayout drawing process.
0 commit comments