Skip to main content
#DieHimmels­traeumerin

iOS dev • sketchnoting • accessibility • pineapple on pizza • sports • she/her

Pragma Conference 2024: From Zero to Accessible in 30 minutes

Sketchnote of a talk at Pragma Conference 2024 about accessibility.

Detailed image description of the sketchnote

  • Can we make our app accessible? No, we don't have time. Well...? We do!

Colors

  • 4.5:1
  • color contrast
  • Run audit in accessibility inspector
  • Remember Dark Mode

Dynamic Type

  • Don't truncate.
  • Can I read and do everything?
  • Change a horizontal stack to a vertical stack.

Focus and labels

Focus..

  • lands on important
  • no traps
  • skips decorative

Labels...

  • describes element
  • should be short, simple

Grouping

  • by meaning
  • easier context
  • more efficient
  • custom action API

Orientation

  • Can you read and do everything?
  • Scroll view added?

Touch target

  • Run audit for Hit Region
  • min 44x44

We do not care about pretty! Maybe later...