CodeCompletion.io

Episode 51: We Apparently Really Want eGPU Support

Welcome to Code Completion, Episode 51! 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.

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.

⭐️ This Week's Topics

  • What we think will be coming to the new MacBook Air, MacBook Pro, Mac mini, iMac Pro, and potential Apple displays.

🚧 #CompleteTheCode

This week's #CompleteTheCode:

What can go wrong in this code that switches on an indexPath when a cell is tapped?
1
2
3
4
5
6
7
8
9
10
11
// 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!

🎁 Sponsor

This week's episode of Code Completion is brought to you by Pennant! Search for Pennant on the iOS App Store today to give it a try!

📺 Watch the Stream