Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba983a commit 7b993e8Copy full SHA for 7b993e8
2 files changed
Demo/Classes/ViewController.m
@@ -63,7 +63,7 @@ - (void)showWithStatus {
63
64
- (IBAction)showWithProgress:(id)sender {
65
progress = 0.0f;
66
- [SVProgressHUD showProgress:0 status:@"Loading" ];
+ [SVProgressHUD showProgress:0 status:@"Loading"];
67
[self performSelector:@selector(increaseProgress) withObject:nil afterDelay:0.3f];
68
}
69
SVProgressHUD.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'SVProgressHUD'
3
- s.version = '1.1.1'
+ s.version = '1.1.2'
4
s.platform = :ios, '6.1'
5
s.license = 'MIT'
6
s.summary = 'A clean and lightweight progress HUD for your iOS app.'
0 commit comments