Hello,
Is there any way to disable the default drop shadows on ios?
Every time I have a Layout or View with Transparent Background all items inside it shows a drop shadow.
If I change the background color of the layout the shadows disappear but then the layout itself shows a shadow.
Is there any way to remove it?
I have tried custom renderers to set Layer.ShadowOpacity to 0, but did not worked.