Tobias Hagemann

Results 196 comments of Tobias Hagemann

Thanks for your feedback! So far I just have guessed that performance could be an issue, but I have never done any benchmarks. Let's say we call `drawRect:` 60 times...

Hi, thanks for your contribution! I like your multiple strokes concept, but I'm not sure that it's needed to also apply that on shadows. I'll think about it some more...

I haven't heard of this issue yet. Are you sure this is a CocoaPods issue? Are you using Xcode 6? I'm not sure where to go from here, have you...

If you still find this issue, it would be great if you could send me a minimal project example to [email protected] so that I can look into it!

Thanks for the info @chakming! :) So... I have to wait for Frameworks support?

Yeah, CocoaPods should be the way to go. Too bad. :grin:

Thanks for your suggestion @gurgeous! I've released 1.4.6 and I'll just wait with IBDesignable until it all works out. :)

Thanks for the info @Eddpt! To everyone who's interested in using THLabel with Interface Builder, should follow @Eddpt's instructions and use the `ibdesignable` branch: `pod 'THLabel', :git => 'https://github.com/MuscleRumble/THLabel.git', :branch...

CocoaPods 0.36 is now out of beta, but I'm not sure if I should merge `ibdesignable` branch into `master`. By adding `use_frameworks!` to your `Podfile`, you have to set your...

Hmmm... now I'm not 100% sure how to deal with this. I can think of several scenarios: 1. Just keep the two branches and explain it in `README`. => Pro:...