JagCesar / iOS-blur

Blur a UIView
Do What The F*ck You Want To Public License
2.07k stars 211 forks source link

Able to set blurTintColor instead of the default UIToolBar barTintColor #6

Closed overboming closed 11 years ago

overboming commented 11 years ago

Otherwise the default UIToolBar tint will give the blur a bluish vibe.

JagCesar commented 11 years ago

Nice! Gj!

JagCesar commented 11 years ago

I tried to build the blur (just for fun) and realized your pull request wasn't working so I quickly removed it. Then I realised I had started xCode 4... (face palm)

Could you send a new pull request pls? :)

overboming commented 11 years ago

No problem, I will send another once I got home.

Sent from my iPhone

On 2013Äê8ÔÂ2ÈÕ, at ÏÂÎç5:20, C¨¦sar Pinto Castillo notifications@github.com wrote:

I tried to build the blur (just for fun) and realized your pull request wasn't working so I quickly removed it. Then I realised I had started xCode 4... (face palm)

Could you send a new pull request pls? :)

¡ª Reply to this email directly or view it on GitHub.

JagCesar commented 11 years ago

Nevermind, I merged directly from your fork :)

overboming commented 11 years ago

Nice, one last thing, should change

@property (nonatomic, assign) UIColor *blurTintColor;

to

@property (nonatomic, strong) UIColor *blurTintColor;

and add getter for blurTintColor

Chen

On Aug 2, 2013, at 6:14 PM, César Pinto Castillo notifications@github.com wrote:

Nevermind, I merged directly from your fork :)

— Reply to this email directly or view it on GitHub.