[iOS] Avoid using DrawRect on base VisualElementRenderer (#570)
authorRui Marinho <me@ruimarinho.net>
Wed, 30 Nov 2016 20:09:57 +0000 (20:09 +0000)
committerJason Smith <jason.smith@xamarin.com>
Wed, 30 Nov 2016 20:09:57 +0000 (12:09 -0800)
commitccef9cbaa45aed957e44864033fffa815b521d6b
treed313efbb935f3703276829ac51d74678a7981eb7
parent2600a02543159c1a36fa16a8225d83b5ff5ff80e
[iOS] Avoid using DrawRect on base VisualElementRenderer (#570)

* [Controls] Add retro for Bugzilla 48158

* [iOS] Avoid using DrawRect as this will make some properties not being applied to the layer

* [iOS] Make sure BoxRenderer calls base LayoutSubviews

* [iOS] Better fix for adding the Blur effect and avoid override draw’s

* [Controls] Remove extra nunit category
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla48158.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
Xamarin.Forms.Platform.iOS/Renderers/BoxRenderer.cs
Xamarin.Forms.Platform.iOS/VisualElementRenderer.cs