Update custom traits post

This commit is contained in:
Shadowfacts 2023-10-02 23:00:23 -04:00
parent e8e8c3f244
commit 00e2afee67
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ extension UIMutableTraits {
}
```
And with that, I can continue using my custom trait just as I was prior to iOS 16, but without any of the pile of hacks.
And with that, I can continue using my custom trait just as I was prior to iOS 17, but without any of the pile of hacks. Reading the trait from a `UIColor`'s `dynamicProvider` closure works exactly as you expect and updates when appropriate.
<aside class="inline">