When making a custom frame renderer for iOS and changing the shadow properties, they do not get applied on Xamarin 4.5. Moreover, the custom renderer does not extend, but rather overwrite the Xamarin Forms implementation.
The custom frame renderer extends the properties of the current frame, modifying only the shadow.
The custom frame renderer does not affect the shadow, sets the default shadow.
How it should look:
How it looks in Xamarin.Forms 4.5
Duplicate of #9265
We're also experiencing this problem. Reverting to Forms version 4.4.0.991265 fixed the issue.
closed by #10023
@samhouts I still can't get this to work with the exact setup in the latest XF 4.5 sr4 (4.5.0.617).
@samhouts This issue is still happening in 4.5.0.617 and pre versions too. Can you confirm which version has the fix and also reopen the ticket.
it's still present in XF 4.6.0.726
Any fixes for this issue?
Any fixes for this issue?
The only one I've been able to find is by following this: https://xamarinhowto.com/customising-ios-frame-shadows-in-xamarin-forms-4-5/
It still has some issues with a list of custom frames (if there are more than 6 custom frames in a list, it tends to alternate the custom shadow).
Any fixes for this issue?
The only one I've been able to find is by following this: https://xamarinhowto.com/customising-ios-frame-shadows-in-xamarin-forms-4-5/
It still has some issues with a list of custom frames (if there are more than 6 custom frames in a list, it tends to alternate the custom shadow).
Yeah that solution is working fine
Most helpful comment
it's still present in XF 4.6.0.726