#2 Support for iCloud photos on iOS - modifications

This commit is contained in:
EddyVerbruggen
2015-10-29 22:04:55 +01:00
parent b88f7107f7
commit 3900d47c4e
7 changed files with 245 additions and 157 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ static UIColor *disabledColor;
_fetch.textColor = titleColor;
_fetch.textAlignment = NSTextAlignmentCenter;
_fetch.frame = CGRectMake(0, 0, self.bounds.size.width, self.bounds.size.height);
_fetch.text = @"fetching";
_fetch.text = @""; // removed 'fetching'
[self addSubview:_fetch];
}