Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b993e8

Browse files
author
Tobias Tiemerding
committed
Release 1.1.2, See SVProgressHUD#386
1 parent fba983a commit 7b993e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Demo/Classes/ViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ - (void)showWithStatus {
6363

6464
- (IBAction)showWithProgress:(id)sender {
6565
progress = 0.0f;
66-
[SVProgressHUD showProgress:0 status:@"Loading" ];
66+
[SVProgressHUD showProgress:0 status:@"Loading"];
6767
[self performSelector:@selector(increaseProgress) withObject:nil afterDelay:0.3f];
6868
}
6969

SVProgressHUD.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SVProgressHUD'
3-
s.version = '1.1.1'
3+
s.version = '1.1.2'
44
s.platform = :ios, '6.1'
55
s.license = 'MIT'
66
s.summary = 'A clean and lightweight progress HUD for your iOS app.'

0 commit comments

Comments
 (0)