fix Xamarin iOS PlotViewRenderer crash #458
This commit is contained in:
Родитель
d0c158c184
Коммит
f3293cd539
|
@ -40,7 +40,7 @@ namespace OxyPlot.Xamarin.Forms.Platform.iOS
|
||||||
Controller = this.Element.Controller
|
Controller = this.Element.Controller
|
||||||
};
|
};
|
||||||
|
|
||||||
if (this.Element.Model.Background.IsVisible())
|
if (this.Element.Model != null && this.Element.Model.Background.IsVisible())
|
||||||
{
|
{
|
||||||
plotView.BackgroundColor = this.Element.Model.Background.ToUIColor();
|
plotView.BackgroundColor = this.Element.Model.Background.ToUIColor();
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче