Previous Episode: 52: Apple at Their Best
Next Episode: 54: You Are Such A DoIt

Welcome to Code Completion, Episode 53! 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 (https://twitter.com/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:
- TimeDeck (https://apps.apple.com/us/app/timedeck/id1525031563) by Caleb Panza (https://twitter.com/CalebPanza)
- Our interview with special guest Matt Ronge, co-founder and creator of Astropad and Luna Display!
- Matt Ronge (https://twitter.com/mronge) on Twitter
- Astropad (https://astropad.com)
- Luna Display (https://astropad.com/product/lunadisplay/)
- Building Astropad (https://astropad.com/podcast/) Podcast
- Questions:
- How did you get started with development?
- What were you doing pre-Astropad?
- How did it come about?
- How did you build a business off of Astropad?
- What was the inspiration that lead into Luna?
- How did you grow your team?
- Why Windows?
- How different is Rust?
- Why not Swift?
- How did the Windows release go?
- What’s next?
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:
* Fernando Olivares (https://twitter.com/FromJRtoSR)
* Dimitri Bouniol (https://twitter.com/DimitriBouniol)
Be sure to also sign up to our monthly newsletter (https://codecompletion.io/), 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. Go to https://apps.apple.com/app/apple-store/id1533254320?pt=1765080&ct=CodeCompletion&mt=8 today to check it out!
Complete the Code
What can go wrong in this code that switches on an indexPath when a cell is tapped?
objective-c
// What can go wrong in this code that switches on an indexPath when a cell is tapped?
switch (indexPath.row) {
case 0:
[self presentAbout];
case 1:
[self presentHelp];
case 2:
[self presentContact];
default:
break;
}

Be sure to tweet us (https://twitter.com/intent/tweet?text=%23CompleteTheCode%20cc%2F%20%40CodeCompletion&original_referer=https%3A%2F%2Fcodecompletion.io) with hashtag #CompleteTheCode (https://twitter.com/hashtag/CompleteTheCode) if you know the answer!
Compiler Error
This week's Compiler Error has a theme: Latest Display Technologies
1 - Thunderbolt 4 not only supports DisplayPort 2.0, but also allows the full 80 Gbps to be dedicated for video output, allowing 8K displays up to a whopping 240 fps.
2 - DisplayLink allows displays to be connected over USB or ethernet by using an adapter that transforms the data signal into a DisplayPort or HDMI signal.
3 - SDI, or serial digital interface, is the preferred connection on film sets connecting cameras to recording equipment, and allows for up to 48 Gbps over a single connection.
4 - Also limited to 48 Gbps, HDMI 2.1 supports HDR10 footage of up to an 8K resolution at 120 Hz on supported cables.

Welcome to Code Completion, Episode 53! 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:

TimeDeck by Caleb Panza

Our interview with special guest Matt Ronge, co-founder and creator of Astropad and Luna Display!

Matt Ronge on Twitter
Astropad
Luna Display
Building Astropad Podcast

Questions:

How did you get started with development?
What were you doing pre-Astropad?
How did it come about?
How did you build a business off of Astropad?
What was the inspiration that lead into Luna?
How did you grow your team?
Why Windows?
How different is Rust?
Why not Swift?
How did the Windows release go?
What’s next?

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:

Fernando Olivares
Dimitri Bouniol

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. Go to https://apps.apple.com/app/apple-store/id1533254320?pt=1765080&ct=CodeCompletion&mt=8 today to check it out!

Complete the Code

What can go wrong in this code that switches on an indexPath when a cell is tapped?

// What can go wrong in this code that switches on an indexPath when a cell is tapped?
switch (indexPath.row) {
case 0:
[self presentAbout];
case 1:
[self presentHelp];
case 2:
[self presentContact];
default:
break;
}

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

Compiler Error

This week's Compiler Error has a theme: Latest Display Technologies

1 - Thunderbolt 4 not only supports DisplayPort 2.0, but also allows the full 80 Gbps to be dedicated for video output, allowing 8K displays up to a whopping 240 fps.

2 - DisplayLink allows displays to be connected over USB or ethernet by using an adapter that transforms the data signal into a DisplayPort or HDMI signal.

3 - SDI, or serial digital interface, is the preferred connection on film sets connecting cameras to recording equipment, and allows for up to 48 Gbps over a single connection.

4 - Also limited to 48 Gbps, HDMI 2.1 supports HDR10 footage of up to an 8K resolution at 120 Hz on supported cables.

Twitter Mentions