Olivier Halligon
Olivier Halligon
Breadcrumbs: I reverted the attribution of the cluster to this repo in Buildkite (https://github.com/Automattic/buildkite-ci/pull/331) — aka reverted this repo to use Intel infra — while this PR is still not...
Quite an old one (release 15.0+) and steady for a while so doesn't seem urgent; but since it happens on launch, and also around Zendesk (aka help/support), I figured it...
@zwarm I see that the Sentry issue is still linked to the other GitHub Issue #14763: 🖼 Screenshot  Which is actually why I reopened the other Issue in the...
Ok actually I think the Sentry events did indeed get merged into a single issue, since the share link that is in the other GH issue #14763 – https://sentry.io/share/issue/75d4493fe7f5459ea340929e3fc6aecf/ –...
Thanks for your contribution, but this modification of yours will probably break the ability to center the text vertically (self.centerVertically)… Did you test this centering case (and with a partial...
You should not use your `newRect` that way. If you wish to change the `rect` in which your text is drawn, there is a method for that, see `UILabel` documentation...
Hi Chris I've seen your question but I don't think CoreText enables this behavior. In any text layout system (word processor, etc) as well as in CoreText, text justification applies...
Yup, I think some day I'll need to switch the `OHAttributedLabel` code so it uses its own framing procedure instead of using a `CTFrameSetter`, because it will probably allow me...
How do you do your snapshot? Does the BitmapContext you create for your snapshot has the right configuration (colorspace, numberOfComponents, …)?
Is the issue still present if you use iOS7 new official methods `-[UIView snapshotViewAfterScreenUpdates:]` to provide a snapshot?