diff --git a/Demo/Classes/HudDemoViewController.m b/Demo/Classes/HudDemoViewController.m index fe6bca707..03fb7c6d7 100644 --- a/Demo/Classes/HudDemoViewController.m +++ b/Demo/Classes/HudDemoViewController.m @@ -206,7 +206,7 @@ - (IBAction)showWithColor:(id)sender{ [self.navigationController.view addSubview:HUD]; // Set the hud to display with a color - HUD.color = [UIColor colorWithRed:0.23 green:0.50 blue:0.82 alpha:0.90].CGColor; + HUD.color = [UIColor colorWithRed:0.23 green:0.50 blue:0.82 alpha:0.90]; HUD.delegate = self; [HUD showWhileExecuting:@selector(myTask) onTarget:self withObject:nil animated:YES]; diff --git a/Demo/HudDemo.xcodeproj/project.pbxproj b/Demo/HudDemo.xcodeproj/project.pbxproj index 3e76c710c..835be2abb 100755 --- a/Demo/HudDemo.xcodeproj/project.pbxproj +++ b/Demo/HudDemo.xcodeproj/project.pbxproj @@ -173,7 +173,7 @@ isa = PBXProject; attributes = { CLASSPREFIX = MB; - LastUpgradeCheck = 0420; + LastUpgradeCheck = 0450; ORGANIZATIONNAME = "Matej Bukovinski"; }; buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "HudDemo" */;