jamesmontemagno / Xamarin.Forms-PullToRefreshLayout

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

Added support for custom title just below refreshcontrol #47

Closed leonvandebroek closed 6 years ago

leonvandebroek commented 6 years ago

We wanted a title just below the refreshcontrol to show the date of last synchronization. I forked your repo and added support for such title. I set the refreshControl.AttributedTitle with the newly introduced refreshTitle property value which can be set when using the PullToRefreshLayout

jamesmontemagno commented 6 years ago

Did you mean to close this?