Issue
I need to create a Box view like material design card with shadow drop
I have written a custom render to add the shadow effect in android. but in iOS, it's not working
Solution
you could have put your BoxView inside a frame and enabled the HasShadow property of it
<Frame ConnerRadius="5" HasShadow="true">
<BoxView/>
</Frame>
Answered By - Abhay Garg
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.