Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UIRefreshControl の「UIActivityIndicatorView」の色を変更する方法はありますか??
何も見つかりませんでした!
ありがとう!!
の を次のようTint Colorに設定することで実行できます。UIRefreshControl
Tint Color
UIRefreshControl
オブジェクティブ C [refreshControl setTintColor:[UIColor blackColor]];
[refreshControl setTintColor:[UIColor blackColor]];
迅速 refreshControl.tintColor = .black
refreshControl.tintColor = .black
これにより、スライドすると展開する矢印も変更されます。