Matthew Matter пре 7 година
родитељ
комит
24c56079ad
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      Tweak.xm

+ 1
- 1
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];
hud.label.text = @"Downloading";
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{

Loading…
Откажи
Сачувај