There is any way to change the color of the "UIActivityIndicatorView" of the UIRefreshControl??
I didn't find anything!
Thanks!!
There is any way to change the color of the "UIActivityIndicatorView" of the UIRefreshControl??
I didn't find anything!
Thanks!!
As the previous answer is outdated, I thought that I would just modify it to Swift 4 and share the solution (credit goes to @subharb).
refreshControl.tintColor = UIColor.white
This line of code will change the color of the UIActivityIndicatorView to whatever color you want it to be :)