[iOS] Protect against SetNativeControl when no Element is present (#6415) fixes ...
authorRui Marinho <me@ruimarinho.net>
Thu, 13 Jun 2019 13:21:09 +0000 (14:21 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2019 13:21:09 +0000 (14:21 +0100)
commit7712162fb750400b4cdc69510bf603e2c6667075
tree9890ce97e8fed73a84a0d93f23928e5a8fa32948
parent216a6333f1134edaa3b77d2b9f7372cb852254e5
[iOS] Protect against SetNativeControl when no Element is present (#6415) fixes #6368 fixes #6328

* [Controls] Add repo for issue #6368 and #6328

* [iOS] Protect against no Element from CustomRenderers bad usage

* [Controls] Drop private on sample code
Xamarin.Forms.ControlGallery.iOS/CustomRenderers/CustomRenderer.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/CustomRenderers/RoundedLabelRenderer.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue6368.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
Xamarin.Forms.Core.UITests.Shared/UITestCategories.cs
Xamarin.Forms.Platform.iOS/ViewRenderer.cs