mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 22:22:06 +00:00
Update uYouPlusSettings.xm
I’m changing it until it works with YTSettingsCell. I’m using the methods from Apple’s Documentation.
This commit is contained in:
parent
6da693c98f
commit
4dfc4f6ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ extern NSBundle *uYouPlusBundle();
|
|||
UIActivityIndicatorView *activityIndicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleMedium];
|
||||
activityIndicator.color = [UIColor labelColor];
|
||||
[activityIndicator startAnimating];
|
||||
[cell setAccessoryView:activityIndicator];
|
||||
[cell addSubview:activityIndicator];
|
||||
|
||||
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
||||
NSString *cachePath = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES).firstObject;
|
||||
|
|
|
|||
Loading…
Reference in a new issue