更改拉动以刷新活动指示器

时间:2016-11-22 10:27:17

标签: ios swift swift3 tableview uirefreshcontrol

我的[class.open]上有一个ActivityIndicator,当我进行刷新时会显示。

我想知道我是否可以改变旋转指示器的颜色,这是我的意思:

tableView

enter image description here

1 个答案:

答案 0 :(得分:4)

只需更改tintColor

refreshControl即可
self.refreshControl.tintColor = .red
相关问题