Items tagged with: swiftui

Search

Items tagged with: swiftui


#VoiceOver experts, I need advice. I've got a component like what is shown here. Semantically, this is one element with a title, a slider to adjust the value, and a text field for manually editing it. I cannot figure out how to allow control of both the slider and text field. When I combine or ignore children and then programmatically set focus on the TextField with a custom accessibilityAction, it does focus, but VoiceOver does not announce the state. #SwiftUI



Custom images from an asset catalog don't automatically resize with text. If an image is not purely decorative, we should ensure it scales appropriately when users adjust their preferred font size. We can easily do it with the ScaledMetric API in SwiftUI: nilcoalescing.com/blog/Adaptin…
#SwiftUI #iOSDev



#SwiftUI #a11y Techniques app updated with new Horizontal Scroll Views good/bad example that applies WCAG's Reflow success criterion to avoid horizontal scrolling at 320 or less screen width and adds right and left arrow buttons as single tap alternatives. apps.apple.com/app/accessibili…





Currently working on two #gnome apps!

- Scripter: A simple app for basic scripts ⌨️ & calculations 📐 [GitHub: github.com/david-swift/Scripte…]
- Flashcards: Create, edit, and study flashcard sets 🎓 - easily import your existing Quizlet sets [GitHub: github.com/david-swift/Flashca…]

Both are written in #swift using an interface similar to #swiftui for #gtk and #libadwaita [GitHub: github.com/AparokshaUI/Adwaita]