Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Accessibility in SwiftUI: Better Apps for Everyone
Bas Broek
October 06, 2020
Programming
0
43
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 a modern subscription experience on iOS
basthomas
0
59
Not an afterthought: accessibility from start to finish
basthomas
0
22
Accessibility on Apple Platforms: Beyond VoiceOver
basthomas
0
30
No Touch(screen) Required: Voice & Keyboard Accessibility
basthomas
0
44
Dancing with Dinosaurs: Objective-C and Swift Interop
basthomas
0
44
Effective Pull Request Reviews
basthomas
0
260
An Introduction to Unit Testing Logic (in Swift)
basthomas
0
50
Swift 5's Custom String Interpolation in Practice
basthomas
0
270
Building XING's Technology Advisory Board through GitHub
basthomas
0
110
Other Decks in Programming
See All in Programming
What's new in Shopware 6.5
shyim
0
110
Workshop on Jetpack compose
aldefy
0
140
子育てとEMと転職と
_atsushisakai
1
420
社会人 20 年目エンジニア、発信で技術学びなおしてる話
e99h2121
1
140
An Advanced Introduction to R
nicetak
0
1.8k
Hasura の Relationship と権限管理
karszawa
0
180
Form実装基本を学び直してみた
hyugatsukui
0
250
PHPアプリケーションにおけるアーキテクチャメトリクスについて / Architecture Metrics in PHP Applications
isanasan
1
280
爆速の日経電子版開発の今
shinyaigeek
2
650
Qiita Night PHP 2023
fuwasegu
0
11k
Spring BootとKubernetesで実現する今どきのDevOps入門
xblood
0
390
Most Valuable Bug(?) ~インシデント未遂から得た学び~
tatsumiakahori
0
150
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
159
12k
The Cult of Friendly URLs
andyhume
69
5.1k
WebSockets: Embracing the real-time Web
robhawkes
58
6k
Debugging Ruby Performance
tmm1
67
11k
The Mythical Team-Month
searls
210
40k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
24
4.6k
Faster Mobile Websites
deanohume
295
29k
Building Flexible Design Systems
yeseniaperezcruz
314
35k
Mobile First: as difficult as doing things right
swwweet
213
7.8k
Building a Scalable Design System with Sketch
lauravandoore
451
31k
Optimizing for Happiness
mojombo
365
64k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
31
20k
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