Stephen Celis
Stephen Celis
Does the view controller handle dynamic content size changes via `traitCollectionDidChange`?
@zeusmedina Hm, I wonder if `adjustsFontForContentSizeCategory` is just going to be incompatible with trait collection overrides since it's going to depend on an uncontrollable global notification. Did overriding `traitCollectionDidChange` work...
@zeusmedina I just was able to use `adjustsFontForContentSizeCategory` and things rendered just fine. Here's a sample test: ``` swift func testContentSizeCategory() { #if os(iOS) let label = UILabel() label.adjustsFontForContentSizeCategory =...
@giulio92 Sorry, lost track of this! Were you ever able to resolve?
As someone brought up previously in this issue, I believe you may need to introduce a host application and set `drawHierarchyInKeyWindow` for this to render properly. Anyone give that a...
@jambudi Were you able to figure out the problem or are you able to provide more info?
@maxheld Thanks for this! We've had several versions of this kind of fix open for a bit now, but finally decided to go with #628. Please let us know if...
Hi @mac-gallagher! Thanks so much for the pull request! This looks great and definitely addresses a problem with how things are currently handled. @mbrandonw and I will take a closer...
@mac-gallagher Thanks for making those changes. This fell off our radar but we're going to take a look at your changes tomorrow. Hope to get things merged quickly as well!
@giulio92 Thanks for the PR! It'd be great to support HEIC, as snapshots can already weigh down a repository. I think we'd want to remain backwards compatible with existing suites,...