You can do this by installing Tint Color UIRefreshControlsomething like this:
Goal c [refreshControl setTintColor:[UIColor blackColor]];
Swift refreshControl.tintColor = UIColor.black
It will also change the arrow that unfolds when sliding.
source
share