Skip to content

Commit

Permalink
- Continued cleanup in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt York committed Feb 6, 2014
1 parent 8e47cfc commit f41b292
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ -(void)introduction:(MYBlurIntroductionView *)introductionView didChangeToPanel:
else if (panelIndex == 1){
[introductionView setBackgroundColor:[UIColor colorWithRed:50.0f/255.0f green:79.0f/255.0f blue:133.0f/255.0f alpha:0.65]];
}
[introductionView setBackgroundColor:nil];
}

-(void)introduction:(MYBlurIntroductionView *)introductionView didFinishWithType:(MYFinishType)finishType {
Expand Down

0 comments on commit f41b292

Please sign in to comment.