mirror of
https://github.com/Gh0stByte/AntennaGIFDL
synced 2025-07-02 04:06:46 +00:00
Fix Typo
This commit is contained in:
2
Tweak.xm
2
Tweak.xm
@ -29,7 +29,7 @@
|
|||||||
}];
|
}];
|
||||||
}]];
|
}]];
|
||||||
|
|
||||||
[actionSheet addAction:[UIAlertAction actionWithTitle:@"Save Video" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {
|
[actionSheet addAction:[UIAlertAction actionWithTitle:@"Save GIF" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {
|
||||||
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
|
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
|
||||||
hud.label.text = @"Downloading";
|
hud.label.text = @"Downloading";
|
||||||
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
||||||
|
Reference in New Issue
Block a user