Skip to content

Instantly share code, notes, and snippets.

@b3ll
Created March 24, 2014 22:12
Show Gist options
  • Save b3ll/9750402 to your computer and use it in GitHub Desktop.
Save b3ll/9750402 to your computer and use it in GitHub Desktop.
How to iOS 7
// Basically what every single developer has done to update their app for iOS 7 :P
@interface UIBlurView : UIToolbar
@end
@implementation UIBlurView
@end
or
UIToolbar *blurView = [[UIToolbar alloc] initWithFrame:<#frame>];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment