mirror of
https://gitee.com/shuto/cordova-imagePicker.git
synced 2026-05-23 00:05:03 +08:00
#2 Support for iCloud photos on iOS - modifications
This commit is contained in:
@@ -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];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user