fix compile error in renderer

This commit is contained in:
Kyle Spearrin 2017-12-30 21:31:01 -05:00
parent f0662bb878
commit 44baa4cc1e

View file

@ -32,7 +32,7 @@ namespace Bit.iOS.Controls
}
}
private void SetMargin(ExtendedListView view)
private void SetMargin(ListView view)
{
Control.ContentInset = new UIEdgeInsets(
new nfloat(view.Margin.Top),