I have been looking around but couldn't find anything good about this.
I would like to customize the default UIRefeshControl
with different loader, etc. So far I can only change tintColor
& attributedTitle
properties and most code I found are just basically creating a new "pulltorefresh"
effect but what I want is to just use the UIRefreshControl
and customize it a bit.
Is this possible?