iOS: Frame with HasShadow set to true and BackgroundColor alpha < 1 casts shadow...
authorPieter Nijs <pieternijs@live.be>
Tue, 29 Oct 2019 14:09:19 +0000 (15:09 +0100)
committerGerald Versluis <gerald.versluis@microsoft.com>
Tue, 29 Oct 2019 14:09:19 +0000 (15:09 +0100)
commite2101e4ea4471ff682525f52d2e393830a03db10
tree1a015eea54b6b471dd5e76e8184b80d408eba941
parent77c7066c89ae0d039a34faefbd9fef2b5bdb9468
iOS: Frame with HasShadow set to true and BackgroundColor alpha < 1 casts shadow on all child views (#7518)

* Updated renderer with additional ShadowView

* Added buttons to test some behavior

* ShadowLayer background color tweaks

* Resolved flawed merge, restored _Template page

* Apply suggestions from code review

Co-Authored-By: Gerald Versluis <github@geraldversluis.nl>
* Added more descriptive issue Title

* Updated Issue5108.xml's properties

* Update Xamarin.Forms.Controls.Issues.Shared.projitems

Fixed missing closing tags

* Updated projitems

* Removed eventhandlers from XAML

* Update Issue5108.xaml.cs

Added eventhandlers in code + surrounded code-behind with APP preprocessor directive to avoid issues when building for UITEST
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue5108.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue5108.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/_TemplateMarkup.xaml.cs
Xamarin.Forms.Platform.iOS/Renderers/FrameRenderer.cs