As part of the initial documentation for SfListView it says you have to put this code in the iOS app delegate:
global::Xamarin.Forms.Forms.Init();
SfListViewRenderer.Init();
LoadApplication(new App());
return true;
I keep getting SfListViewRenderer does not exist in the current context.
What reference/declaration am I missing here.