Mastodon
Episode 9

Just Enough Research

00:00:00
/
00:55:11

October 5th, 2020

55 mins 11 secs

Season 1

Your Hosts
Tags

About this Episode

Welcome to Code Completion, Episode 9! We are a group of iOS developers and educators hoping to share what we love most about development, Apple technology, and completing your code on this brand new show!

Follow us @CodeCompletion on Twitter to hear about our upcoming livestreams, videos, and other content.

Today, we discuss:

  • New A14 performance leaks
  • Integrating Accessibility in your apps
  • Testing your apps with real users.

Also, join us for #CompleteTheCode and Compiler Error, two segments that test both your knowledge and our 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 Sticky Widgets. Check it out in the App Store today!

Complete the Code

Be sure to tweet us with hashtag #CompleteTheCode if you know the answer!

Compiler Error

  1. By using extended delimiters for string literals, all special characters including the backslash will be represented as normal characters.

  2. Not limited to optionals, any type can conform to ExpressibleByNilLiteral to have a special initializer called if nil is used along with that type.

  3. Like integer literals, floating point literals can be expressed in binary, octal, decimal, or hexadecimal forms.

  4. Although Dictionaries prohibit it, ExpressibleByDictionaryLiteral allows for multiple entries with the same key.