jamesmontemagno / Xamarin.Forms-PullToRefreshLayout

Pull To Refresh a ScrollView or ListView in Xamarin.Forms
218 stars 49 forks source link

Custom gif instead of default loader #21

Closed avinash-ramireddy closed 7 years ago

avinash-ramireddy commented 7 years ago

Hi, This is really awesome plugin.

But I have a situation where I need to use my own gif when refreshing scroll view. So how to disable the default loader and show mine? Of course it should still refresh the page !

jamesmontemagno commented 7 years ago

Not sure I can help you as that doesn't pertain to the plugin really. You would need to fork the code and then probably implement the part where it looks for specific controls to work with.