I want to add blur effect on my UI but when I added it to my View only images are being blurred but can't see the texts. Is there a way to adjust how blur the effect will be?
Check this post, they add blur effect to Images and some effects for texts using SkiaSharp https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/graphics/skiasharp/effects/image-filters
Thank you for your suggestion @LuisDavidDelaCruz. Will try implementing on xamarin.ios
Answers
Check this post, they add blur effect to Images and some effects for texts using SkiaSharp
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/graphics/skiasharp/effects/image-filters
Thank you for your suggestion @LuisDavidDelaCruz. Will try implementing on xamarin.ios