DynamicTypeSize for UIKit
Building a SwiftUI-style modifier for UIView
When going from SwiftUI back to UIKit, I miss having certain view modifiers, such as .dynamicTypeSize(). In SwiftUI, we can limit the accessibility behavior of a View by setting a value or range of DynamicTypeSize. This approach is expressive and safe, since the compiler can check for valid ranges. To...
[Read More]