Ivelin Davidov

Results 8 comments of Ivelin Davidov

The black bar goes outside of the bounds of the blue view. The playground is displaying the blue view only within its bounds. Here is sample playground code that displays...

@staguer Yes, it did work for me.

I can reproduce this as well. Removing the kern spacing resolves the issue, but I want to use custom kerning.

This actually is a bug with `NSAttriubutedString`. You can see more [https://stackoverflow.com/questions/48811307/wrong-height-for-uilabel-when-using-custom-linespacing-and-kern](url).

We are experiencing the same issue. Calling fastlane's `scan` action passing it `build_for_testing: true` causes compile time to skyrocket. Compiling a single file takes 2-3 seconds.

Hey, Can someone from the team confirm if this is a bug? If it is a bug I think I can spend some time and try to open a PR.

Any updates on this issue? It has been almost 2 years since it was reported for the first time.

What's the state of using Countly in app extension targets? I tried using it by calling `start` and `recordEvent` but nothing gets logged. After digging through the code it seems...