Skip to content

Commit

Permalink
Merge pull request #63 from nemesis/update_svprogresshud
Browse files Browse the repository at this point in the history
Updated SVProgressHUD to 1.1.3
  • Loading branch information
nemesis committed Jan 22, 2016
2 parents d0fd618 + 912cf76 commit 038bb4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- SVProgressHUD (1.0)
- SVProgressHUD (1.1.3)

DEPENDENCIES:
- SVProgressHUD

SPEC CHECKSUMS:
SVProgressHUD: 46088807596a795cbcb4affd92cf3f13b6ab3dda
SVProgressHUD: 748080e4f36e603f6c02aec292664239df5279c1

COCOAPODS: 0.39.0
3 changes: 0 additions & 3 deletions Salt Edge API Demo/Controllers/ConnectWebViewVC.m
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ - (void)setup
{
self.title = @"Connect";
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"Providers" style:UIBarButtonItemStylePlain target:self action:@selector(showProviders)];
SVProgressHUD* hud = [SVProgressHUD performSelector:@selector(sharedView)];
[hud setHudBackgroundColor:[UIColor blackColor]];
[hud setHudForegroundColor:[UIColor whiteColor]];
}

- (void)setupConnectWebView
Expand Down

0 comments on commit 038bb4e

Please sign in to comment.