Massimo Donati

Results 8 comments of Massimo Donati

Not really, I was experiencing an "unrecognized selector" kind of error, which I'm not experiencing when I use this controller without cocoapod.

well sometimes you have to deal with old code.. :)

BTW the view is inside a UITableViewCell

very nice changes!! hope it'll be merged soon

It's very weird, I've used the same library in two different apps for iphone 5s and on one it works and on the other it doesn't.

I think I found the bug: ``` - (UIColor *)darkerColor { double h, s, b, a; if ([self getHue:&h saturation:&s brightness:&b alpha:&a]) return [UIColor colorWithHue:h saturation:s brightness:b * 0.75 alpha:a];...

Apparently there is something wrong in here `self.backgroundBlurView.blurTintColor = [UIColor colorWithHexString:current[@"backgroundColor"]];` on line 166 of TSMessageView.m ``` po [UIColor colorWithHexString:current[@"backgroundColor"]] error: Execution was interrupted, reason: Attempted to dereference an invalid...

The wired thing is that this happens only if I use cocoapods to install it, if I do it manually it works fine. Any Idea?