Episode 42
Comically Large Audio
August 17th, 2021
41 mins 26 secs
Season 1
Tags
About this Episode
Welcome to Code Completion, Episode 42! We are a group of iOS developers and educators hoping to share what we love most about development, Apple technology, and completing your code!
Follow us @CodeCompletion on Twitter to hear about our upcoming livestreams, videos, and other content.
Today, we discuss:
- Code Completion Club: https://codecompletion.io/jointheclub
- Indie App Spotlight, with a new app for you to check out:
- Calendar Paste by Christian Tietze (@ctietze): http://calendarpasteapp.com
- Spencer’s temporary need for Accessibility features
- Apple’s accessibility settings
- Widgets and dynamic type
- Layout and scroll views
- Accessibility labels and identifiers
- Accessibility inspector and auditing the UI
- Use Accessibility features yourself to improve your own implementations
- Not just graphics: Audio, haptics
- HIG: https://developer.apple.com/design/human-interface-guidelines/
- Control-zoom
- Loop Hero: https://store.steampowered.com/app/1282730/Loop_Hero/
- Back tap
Also, join us for #CompleteTheCode, a segment that tests your knowledge on Swift, Apple, and all things development!
Your hosts for this week:
Be sure to also sign up to our monthly newsletter, where we will recap the topics we discussed, reveal the answers to #CompleteTheCode, and share even more things we learned in between episodes.
You are what makes this show possible, so please be sure to share this with your friends and family who are also interested in any part of the app development process.
Sponsor
This week's episode of Code Completion is brought to you by Super Easy Timer. Search for Super Easy Timer on the Mac App Store to give it a try. https://apps.apple.com/app/apple-store/id1525104124?mt=12
Complete the Code
Given the SwiftUI Button below, how would you make it accessible?
// Given the Button below, how would you make it accessible?
Button(action: submitAnswer) {
Image(systemName: "paperplane.fill")
}
Be sure to tweet us with hashtag #CompleteTheCode if you know the answer!