Skip to main content

100 Days of SwiftUI

About 8 minSwiftcrashcoursepaul-hudsonswiftswiftuihacking-with-swiftxcodeappstore

100 Days of SwiftUI 관련


HACKING WITH SWIFT

100 Days of SwiftUI

How it works

Welcome to the 100 Days of SwiftUI! This is a free collection of videos, tutorials, tests, and more, all drawn from around my work here on Hacking with Swift, and all designed to help you learn SwiftUI effectively.

It’s aimed squarely at beginners who want to learn to build real iOS apps, but struggle to find a good, free course that can help them achieve their goals. If that’s you, welcome – I hope you’re ready to show the iOS world what you’re made of!

If you’re looking for my original 100 Days of Swift, click here – 100 Days of SwiftUI and 100 Days of Swift both teach you to build apps with Swift, but this one focuses on SwiftUI whereas the other teaches UIKit, SpriteKit, and more. If you’re not sure which to choose, stay here with SwiftUI.

PS: If you have questions, ask meopen in new window – I’m here to help!

Rules

If you want to make a success of this course, there are only two rules:

  1. Every day you spend one hour reading or watching SwiftUI tutorials, or writing SwiftUI code.
  2. Every day you post about your progress to the social media site of your choosing. Tell people!

I’ll be providing all the material you need to follow along, so all you need to do is show up ready to learn. I’ve even provided a “Tweet” button at the end of every day, which composes a tweet for you saying you completed the day, and includes the hashtag to help others find you, a celebratory graphic, and a link for others to find out more – use it!

I’ve tried to make sure it takes less than one hour to complete each day, but there is a little natural variation. For example, day 4 is a little shorter because it has less ground to cover, and day 13 is a little longer because it has a few complex topics inside.

Tips

I’ve met so many who have tried and failed to learn Swift, often multiple times, and if you’re here there’s a good chance you’ve already had a few false starts already.

Not this time. This time you’re going to learn it for real, and in just 100 days you’ll have built many full apps that you can be proud of.

You’ve already read the two rules of these 100 days, but to maximize your chance of rocking this course I have a few tips:

  1. It’s a marathon, not a sprint. Don’t charge ahead thinking you’re “learning faster”, because there’s a high chance you’ll get lost. Take your time!
  2. Don’t fall prey to shiny object syndrome. The lure of spending $100 on another course is high, I know, but you don’t learn anything by buying books. Your best chance of success is sticking with the 100 days shown here and really make it work, so if you’re already thinking “I can do this course at the same time as Other SwiftUI Course” you’re just setting yourself up to fail.
  3. Don’t lone wolf it. You aren’t learning by yourself – I’m here to help as are many others. If you have questions, tweet me at @twostrawsopen in new window and I’ll do my best to help!
  4. Use the consolidation days. These are spaced throughout the 100 days to give you time to review what you’ve learned and make it really sink in. Use them to go back over days you weren’t sure about, complete any homework you missed, or just do some free coding.
  5. I have a glossary of common Swift termsopen in new window that you should bookmark for easy reference.
  6. If you get stuck with some SwiftUI code, you should refer to my free online book SwiftUI by Exampleopen in new window – it has over 600 pages of sample code and solutions for SwiftUI.
  7. Download my Unwrap app from the App Store.open in new window It works on iPhone and iPad, contains alternative tutorials for the initial part of this course, and is free with no in-app purchases.

The Course

Preparation

This introductory day prepares you for the course, explains core concepts, and helps you avoid the most common mistakes faced by other learners.

Day 0 – tips and advice before you start.
Hacking with SwiftUI - Day 0

Before you start

You have 100 days of learning ahead of you, and along the way you’re going to learn a heck of a lot about Swift, SwiftUI, and iOS app development.

Chances are you have a lot of questions, and that’s perfectly normal – questions are how we learn and grow. Voltaire once said, “judge someone by their questions, not by their answers,” and I hope that no matter how much you learn and how experienced you get, you never get tired of asking questions.

Today I have one article you should follow that I hope will answer many of your questions. It’s available as both text and as a video, so you can use whichever you prefer.

The content of both the article and video are identical: both are packed with tips on how to learn effectively, what to learn, what common mistakes learners encounter, and much more, and regardless of which you choose they form the single best way to prepare yourself for this course.

Here’s the article link: How to become an iOS developeropen in new window.

And here’s the video:

Again, it’s available as both an article and a video, and the content is identical so you really can use whichever works best for you.

While you’re reading the article or watching the video, now would be a great time to download Xcode from the Mac App Store by clicking hereopen in new window.

Days 1-14: Introduction to Swift

The first 14 days provide a gentle warm up for your SwiftUI learning as we cover the fundamentals of the Swift programming language. You’ll work through a selection of tutorials every day, and there is some optional extra reading afterwards if you’d like to dig deeper.

Regardless of whether or not you go over the optional extra reading, you’ll find lots of short short tests – I recommend you take them to really solidify what you’ve learned.

Day 15: Consolidation I

You just learned a lot about Swift in only 14 days, so before we continue it's important you reflect on what you've learned.

Days 16-24: Starting SwiftUI

Now that you’ve mastered the basics of Swift, in these days you’ll start building real SwiftUI apps using what you learned.

Day 25: Consolidation II

In the last few days we covered some of the fundamentals of iOS development, and before we move on to the next set of projects it’s important to take a step back and review what you’ve learned.

Days 26-34: Expanding your skills

In these next three projects we’re going to develop your SwiftUI skills in new directions, while also giving you chance to practice the fundamentals.

Day 35: Consolidation III

Now that your SwiftUI skills are starting to solidify, it’s time to review all the new things we’ve covered and get busy with another project all of your own.

Days 36-46: Scaling up to bigger apps

Your core SwiftUI skills are strong, so it’s time to push past the basics and start building bigger apps.

Days 47-48: Consolidation IV

You’ve tackled some heavyweight skills now, so before we move on it’s time to review what has been covered, go into detail on a handful of topics, and face a fresh challenge.

Days 49-59: Focus on data

In these projects we’re going to start looking more carefully at how we can send, retrieve, and store data in our SwiftUI apps.

Days 60-61: Consolidation V

You’ve learned about data, data, and some more data, so it’s time to pause and reflect on what was covered before tackling another new challenge.

Days 62-76: Views and view controllers

In these projects the difficulty starts to ramp up as we look at how you integrate code from frameworks outside of SwiftUI, including UIKit and MapKit.

Days 77-78: Consolidation VI

You’ve had a difficult couple of projects as we tackled various parts of UIKit and SwiftUI integration, so let’s pause and review what was learned.

Days 79-94: Controlling UI flow

In these projects we build our biggest apps yet, while also exploring more ways to let the user interact with our apps: tab bars, gestures, haptics, and more.

Days 95: Consolidation VII

As we approach the end of our 100 days it’s time to pause and reflect on the massive projects we’ve built, then take on a fresh app building challenge.

Days 96-99: One last project

In this final project we cover some last tips and techniques to help you build great apps, including how to optimize for iPad.

Wrap up

It’s time to see how much you remember from across the entire curriculum. Are you ready for this?


이찬희 (MarkiiimarK)
Never Stop Learning.