diff --git a/site/posts/2023-10-02-custom-traits.md b/site/posts/2023-10-02-custom-traits.md index b30692d..fd5afa5 100644 --- a/site/posts/2023-10-02-custom-traits.md +++ b/site/posts/2023-10-02-custom-traits.md @@ -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.