Closed overboming closed 11 years ago
Nice! Gj!
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? :)
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.
Nevermind, I merged directly from your fork :)
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.
Otherwise the default
UIToolBar
tint will give the blur a bluish vibe.