mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Greyer pull to refresh color.
This commit is contained in:
parent
71b77e96e0
commit
a429f78e03
1 changed files with 2 additions and 1 deletions
|
@ -65,8 +65,9 @@
|
|||
scrollView = scroll;
|
||||
[scrollView addObserver:self forKeyPath:@"contentOffset" options:NSKeyValueObservingOptionNew context:NULL];
|
||||
|
||||
UIColor *bgColor = UIColorFromRGB(0xF2F2F2);
|
||||
self.autoresizingMask = UIViewAutoresizingFlexibleWidth;
|
||||
self.backgroundColor = [UIColor colorWithRed:226.0/255.0 green:231.0/255.0 blue:237.0/255.0 alpha:1.0];
|
||||
self.backgroundColor = bgColor;
|
||||
|
||||
lastUpdatedLabel = [[UILabel alloc] initWithFrame:CGRectMake(0.0f, frame.size.height - 30.0f, self.frame.size.width, 20.0f)];
|
||||
lastUpdatedLabel.autoresizingMask = UIViewAutoresizingFlexibleWidth;
|
||||
|
|
Loading…
Add table
Reference in a new issue