ios-realtimeblur icon indicating copy to clipboard operation
ios-realtimeblur copied to clipboard

How do you change the background color of blur view?

Open paul-piro opened this issue 11 years ago • 3 comments

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

paul-piro avatar Feb 09 '14 14:02 paul-piro

I have problem too

TaPhuocHai avatar May 16 '14 08:05 TaPhuocHai

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

pikza avatar May 16 '14 14:05 pikza

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

vmdeveloper avatar May 30 '14 08:05 vmdeveloper