Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated the demo project to use the new color property.
  • Loading branch information
matej committed Aug 7, 2012
1 parent 30f7fb6 commit 262aea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Demo/Classes/HudDemoViewController.m
Expand Up @@ -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];
Expand Down
2 changes: 1 addition & 1 deletion Demo/HudDemo.xcodeproj/project.pbxproj
Expand Up @@ -173,7 +173,7 @@
isa = PBXProject;
attributes = {
CLASSPREFIX = MB;
LastUpgradeCheck = 0420;
LastUpgradeCheck = 0450;
ORGANIZATIONNAME = "Matej Bukovinski";
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "HudDemo" */;
Expand Down

0 comments on commit 262aea3

Please sign in to comment.