4 Posts

Accessibility

Exploring SwiftUI: DynamicTypeSize

Make your text and views accessible for different font sizes

Exploring Accessibility: Widgets

Apple announced widgets for iOS 14 that you can have on your home screen alongside your existing apps. Widgets help you to personalize the screen with glanceable relevant data upfront.

Exploring Accessibility: Voice Control

Applying a motion effect to the button when it is in focus

Exploring Accessibility: SF Symbol

SwiftUI doesn’t provide any initializer for `Image` to have the label as a parameter or something to ignore for accessibility purposes. So let’s create one!