Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Accessibility in SwiftUI: Better Apps for Everyone
Search
Bas Broek
October 06, 2020
Programming
0
100
Accessibility in SwiftUI: Better Apps for Everyone
Bas Broek
October 06, 2020
Tweet
Share
More Decks by Bas Broek
See All by Bas Broek
Building an Accessibility Culture, One Step at a Time (Leeds)
basthomas
0
79
Building an Accessibility Culture, One Step at a Time
basthomas
1
70
Building a modern subscription experience on iOS
basthomas
0
160
Not an afterthought: accessibility from start to finish
basthomas
0
110
Accessibility on Apple Platforms: Beyond VoiceOver
basthomas
0
98
No Touch(screen) Required: Voice & Keyboard Accessibility
basthomas
0
130
Dancing with Dinosaurs: Objective-C and Swift Interop
basthomas
0
100
Effective Pull Request Reviews
basthomas
0
370
An Introduction to Unit Testing Logic (in Swift)
basthomas
0
100
Other Decks in Programming
See All in Programming
AIエージェントを活用したアプリ開発手法の模索
kumamotone
1
720
ベクトル検索システムの気持ち
monochromegane
25
6.9k
S3静的ホスティング+Next.js静的エクスポート で格安webアプリ構築
iharuoru
0
180
Compose Navigation実装の見通しを良くする
hiroaki404
0
150
JavaOne 2025: Advancing Java Profiling
jbachorik
1
300
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
470
SLI/SLOの設定を進めるその前に アラート品質の改善に取り組んだ話
tanden
2
590
バックエンドNode.js × フロントエンドDeno で開発して得られた知見
ayame113
4
1.2k
eBPF Updates (March 2025)
kentatada
0
120
RailsでCQRS/ESをやってみたきづき
suzukimar
2
1.4k
AI Agentを利用したAndroid開発について
yuchan2215
0
190
CRE Meetup!ユーザー信頼性を支えるエンジニアリング実践例の発表資料です
tmnb
0
140
Featured
See All Featured
Navigating Team Friction
lara
183
15k
The Cult of Friendly URLs
andyhume
78
6.3k
Large-scale JavaScript Application Architecture
addyosmani
511
110k
Thoughts on Productivity
jonyablonski
69
4.5k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.4k
Producing Creativity
orderedlist
PRO
344
40k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.2k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
Designing for Performance
lara
605
69k
Being A Developer After 40
akosma
89
590k
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.4k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.6k
Transcript
Accessibility in SwiftUI: Better Apps For Everyone @basthomas try! Swift
World, 2020 @basthomas 1
What makes an app more accessible? @basthomas 2
An introduction to VoiceOver @basthomas 3
An introduction to VoiceOver Button(action: {}) { Image(systemName: "plus") }
.accessibilityLabel("Add Item") .accessibilityHint("Adds the item to your storage") @basthomas 4
Device Demo: Voiceover @basthomas 5
Device Demo: Dynamic Type @basthomas 6
Accessibility Inspector @basthomas 7
@basthomas 8
@basthomas 9
Now it is your turn :) https://github.com/vuinguyen/IceCreamFlavors https://github.com/Dimillian/ACHNBrowserUI @basthomas 10