pjechris
pjechris
- Keep style properties overloading, at least in debug. - Show computed properties values when calling `print`.
Would be nice to be able to adapt style based on current trait. Just like @media in CSS.
Instead of having `updateStyle`, we should have `setNeedsUpdateStyle` (async) and `updateStyleIfNeeded` (sync)
Hi, `textRectForBounds` is sometimes wrong when using left/rightView: - when `viewMode` is `.never` or `.whileEditing` everything is working as expected - when `viewMode` is `.always` or `.whileEditing`, frame is smaller...
Hi, Reading quickly the code I found some places where `.none` and `.unavailable` are mixed: - `Connection.description`: `unavailable` is "no connection" and `.none` is... "unavailable" 🤔 - deprecated `isReachable`: comment...