Hi,
I am following the sample of Xamarin.Forms Listview custom renderer - https://developer.xamarin.com/guides/cross-platform/xamarin-forms/custom-renderer/listview/
It is working fine if I bind the data with listivew from locally. But when I bind the listivew after getting data from servers (checked data came successfully from server), then listview is not showing data.
Finally I figured out that the custom renderer (iOS) calls the source binding code at first, but when my data is available then it is not binding/updating.
Any suggestion regarding this issue?
Thanks,
Arefin