Skip to content

Commit

Permalink
Change the way icons are resized
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbogast committed Jul 1, 2014
1 parent c820ead commit 3a6865b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Demo Apps/Podcasts/Podcasts/PDCAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
// Creating the view controller with features.
MTZWhatsNewGridViewController *vc = [[MTZWhatsNewGridViewController alloc] initWithFeatures:whatsNew];
// Customizing the background gradient.
vc.style =
vc.backgroundGradientTopColor = [UIColor colorWithHue:0.77 saturation:0.77 brightness:0.76 alpha:1];
vc.backgroundGradientBottomColor = [UIColor colorWithHue:0.78 saturation:0.6 brightness:0.95 alpha:1];
// Presenting the what's new view controller.
Expand Down

0 comments on commit 3a6865b

Please sign in to comment.