ISRefreshControl
ISRefreshControl copied to clipboard
No gum view on iOS7
Heya!
I'm trying to use the refresh control on iOS 7. My usage is very basic, I basically copy/pasted the code from the Usage section into a UITableViewController subclass of mine. It works, but it displays the default UIRefreshControl skin, and not the nifty gum view.
At first, I thought this was by design, as the alloc method simply returns an UIRefreshControl on iOS6+. But my team has another project using the ISRefreshControl with a deployment target of iOS6, and the gum view appears there.
What am I missing? How can I enable the gum view?
Please disregard this misguided intervention, the "gum view" I am referring to is simply the native look of the UIRefreshControl on iOS6.