You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `drawsBackground` property was removed in favor of always setting the
`backgroundColor` property to `.systemBackground` by default. This simplifies
the logic and still allows customizing the background color if needed.
The `traitCollectionDidChange` method was updated to resolve the current
`backgroundColor`, falling back to `.systemBackground` if it is `nil`.
0 commit comments