mochidev / MDBlurViewDemo

Auto-bluring and masking backdrop view for your iOS 7 apps! This is the demo.
http://mochidev.com/open
24 stars 1 forks source link

MDBlurView *blurView not working #1

Open deskofkyle opened 10 years ago

deskofkyle commented 10 years ago

When you try to make a blur view using this, it comes back with "no visible @interface." Any thoughts?

MDBlurView *blurView = [[MDBlurView alloc] initWithRect:CGRectMake(0, 0, 100, 100)];

dimitribouniol commented 10 years ago

You need to import MDBlurView.h somewhere in your source file(s) (maybe the .h of your class?)