Update custom traits post
This commit is contained in:
parent
e8e8c3f244
commit
00e2afee67
|
@ -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">
|
<aside class="inline">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue