Skip to content

Instantly share code, notes, and snippets.

@Braeden-Mayer
Created July 23, 2014 01:55
Show Gist options
  • Save Braeden-Mayer/f9efa258313f6a8f9138 to your computer and use it in GitHub Desktop.
Save Braeden-Mayer/f9efa258313f6a8f9138 to your computer and use it in GitHub Desktop.
class ToolbarView: UIVisualEffectView {
init(effect: UIVisualEffect) {
super.init(effect: UIBlurEffect(style: .Light))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment