mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
iOS: Use same color for activity view as remainder of pull to refresh view.
The spinner is otherwise invisible on the dark theme.
This commit is contained in:
parent
f62378d698
commit
17681ff75a
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@
|
|||
[self.layer addSublayer:arrowImage];
|
||||
|
||||
activityView = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleGray];
|
||||
activityView.color = TEXT_COLOR;
|
||||
activityView.frame = CGRectMake(30.0f, frame.size.height - 38.0f, 20.0f, 20.0f);
|
||||
[self addSubview:activityView];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue