alexdrone / ios-realtimeblur

Multipurpose real-time blur view for iOS6+
MIT License
951 stars 107 forks source link

How do you change the background color of blur view? #28

Open paul-piro opened 10 years ago

paul-piro commented 10 years ago

I tried everything nothing works on iOS 7 tintColor, backgroundColor you cannot change it it's always white, my app has a dark theme and the blurred view needs to match the app, but you cannot change it

TaPhuocHai commented 10 years ago

I have problem too

pikza commented 10 years ago

Mee too.Please give us the detail about the tutorial for make it possible..

vmdeveloper commented 10 years ago

@paul321 @taphuochai @pikza just set [_nativeBlurView setBarTintColor:[UIColor orangeColor]]; in - (id)initWithFrame:(CGRect)frame in UIERealTimeBlurView.m