I am trying to change the pull to refresh icon of tableview
I have succeeded in removing the icon as shown below, but the progress does not go any further.
How can I change the pull to refresh icon?
thank you
let refreshControl = UIRefreshControl()
refreshControl.addTarget(self, action: #selector(pullToRefresh(refresh:)), for: .valueChanged)
refreshControl.backgroundColor = UIColor.clear
refreshControl.tintColor = UIColor.clear
tableview.refreshControl = refreshControl