Protocols in iOS Object-Oriented Programming
May 7 2024 · Article (10 mins)
Object-Oriented Programming (OOP) and protocols are two complementary paradigms in Swift. Learn how to combin...
more
Protocols in iOS Object-Oriented Programming
Object-Oriented Programming (OOP) and protocols are two complementary paradigms in Swift. Learn how to combine them to build apps that are robust, flexible and easy to maintain.
iOS & Swift
Getting Started With the VIP Clean Architecture Pattern
Jan 31 2022 · Article (30 mins)
In this tutorial, you’ll learn how to utilize the VIP clean architecture pattern to develop apps for Apple pl...
more
Getting Started With the VIP Clean Architecture Pattern
In this tutorial, you’ll learn how to utilize the VIP clean architecture pattern to develop apps for Apple platforms while building a SwiftUI for ordering an ice cream.
iOS & Swift
Testing in iOS
Sep 28 2021 · Video Course (2 hrs, 7 mins)
Testing is a great way to help ensure the pieces of your app remain functionally correct and bug-free. Exp...
more
Testing in iOS
Testing is a great way to help ensure the pieces of your app remain functionally correct and bug-free. Explore Unit Testing, UI Testing, Test-Driven Development, and more!
iOS & Swift
Getting Started With The Composable Architecture
Sep 27 2021 · Article (30 mins)
Learn how to structure your iOS app with understandable and predictable state changes using Point-Free’s The ...
more
Getting Started With The Composable Architecture
Learn how to structure your iOS app with understandable and predictable state changes using Point-Free’s The Composable Architecture (TCA) framework.
iOS & Swift
Opaque Return Types and Type Erasure
Aug 30 2021 · Article (35 mins)
Learn how to use opaque return types and type erasure to improve your understanding of intuitive and effectiv...
more
Opaque Return Types and Type Erasure
Learn how to use opaque return types and type erasure to improve your understanding of intuitive and effective APIs, both as a developer and a consumer.
iOS & Swift
SwiftGen Tutorial for iOS
Aug 2 2021 · Article (30 mins)
Learn how SwiftGen makes it easy to get rid of magic strings in your iOS projects.
SwiftGen Tutorial for iOS
Learn how SwiftGen makes it easy to get rid of magic strings in your iOS projects.
iOS & Swift
Getting a Redux Vibe Into SwiftUI
Jun 28 2021 · Article (30 mins)
Learn how to implement Redux concepts to manage the state of your SwiftUI app in a more predictable way by im...
more
Getting a Redux Vibe Into SwiftUI
Learn how to implement Redux concepts to manage the state of your SwiftUI app in a more predictable way by implementing a matching-pairs card game.
iOS & Swift
SOLID Principles for iOS Apps
Jun 7 2021 · Article (40 mins)
SOLID is a group of principles that lead you to write clear and organized code without additional effort. Lea...
more
SOLID Principles for iOS Apps
SOLID is a group of principles that lead you to write clear and organized code without additional effort. Learn how to apply it to your SwiftUI iOS apps.
iOS & Swift
How To Make An App Like Instagram in iOS
Jun 3 2021 · Video Course (4 hrs, 11 mins)
Have you ever wanted to build an app like Instagram, from architecture to coding to the back-end server, b...
more
How To Make An App Like Instagram in iOS
Have you ever wanted to build an app like Instagram, from architecture to coding to the back-end server, but weren’t sure where to start?
In this course you will find out how to put all the pieces together to create an app from scratch.
iOS & Swift
Building Your App Using Build Configurations and .xcconfig
May 31 2021 · Article (30 mins)
Use Xcode build settings and .xcconfig files to change your app’s settings and icon with different build conf...
more
Building Your App Using Build Configurations and .xcconfig
Use Xcode build settings and .xcconfig files to change your app’s settings and icon with different build configurations.
iOS & Swift
App Clips in iOS
May 13 2021 · Video Course (30 mins)
Whether you’re picking up coffee or renting a bike, you’ve likely
been faced with the decision of installi...
more
App Clips in iOS
Whether you’re picking up coffee or renting a bike, you’ve likely
been faced with the decision of installing an app or not. Living in a time where
there truly is an app for everything, it’s often frustrating to download an app
just to get a ride home or book a hotel on-the-go. With App Clips, developers can
make a small portion of their app available for near-instant use, so users can
avoid the installation, sign-in, and onboarding process. In this course,
learn how to implement your own App Clips in your iOS apps and help users discover
your app while on the move!
iOS & Swift
Intermediate iOS Debugging
May 4 2021 · Video Course (14 mins)
Prepare to learn some new debugging tricks! In this course, you’ll improve your skills with LLDB and Xcode...
more
Intermediate iOS Debugging
Prepare to learn some new debugging tricks! In this course, you’ll improve your skills with LLDB and Xcode.
Learn the fundamentals of debugging in Xcode: including breakpoints, stack traces, and visibly inspecting ...
more
iOS Debugging Fundamentals
Learn the fundamentals of debugging in Xcode: including breakpoints, stack traces, and visibly inspecting the view hierarchy. After this course, you’ll be better able to understand what’s happening throughout the flow of your app, and why!
iOS & Swift
iOS Unit Testing and UI Testing Tutorial
Apr 14 2021 · Article (30 mins)
Learn how to add unit tests and UI tests to your iOS apps, and how you can check on your code coverage.
iOS Unit Testing and UI Testing Tutorial
Learn how to add unit tests and UI tests to your iOS apps, and how you can check on your code coverage.
iOS & Swift
Advanced iOS Design Patterns
Feb 11 2021 · Video Course (2 hrs, 41 mins)
Learn about advanced iOS design patterns like flyweight, mediator, composite, command, chain-of-responsibi...
more
Advanced iOS Design Patterns
Learn about advanced iOS design patterns like flyweight, mediator, composite, command, chain-of-responsibility, and coordinator. These might not have a place in your day-to-day development, but they’re still amazing patterns for your development toolbox!
iOS & Swift
Dependency Injection Tutorial for iOS: Getting Started
Dec 21 2020 · Article (25 mins)
In this tutorial, you’ll learn about Dependency Injection for iOS, as you create the profile page of a social...
more
Dependency Injection Tutorial for iOS: Getting Started
In this tutorial, you’ll learn about Dependency Injection for iOS, as you create the profile page of a social media app in SwiftUI.
iOS & Swift
Reusable SwiftUI Views in the raywenderlich.com App
Nov 24 2020 · Video Course (36 mins)
Build two of the custom SwiftUI views used throughout the raywenderlich.com app. Get a glimpse into how we...
more
Reusable SwiftUI Views in the raywenderlich.com App
Build two of the custom SwiftUI views used throughout the raywenderlich.com app. Get a glimpse into how we used SFSymbols, managed colors, and made the most of live previews.
iOS & Swift
Xcode Server for iOS: Getting Started
Nov 2 2020 · Article (25 mins)
In this tutorial, you’ll learn how to install and configure Xcode Server so you can use it for Continuous Int...
more
Xcode Server for iOS: Getting Started
In this tutorial, you’ll learn how to install and configure Xcode Server so you can use it for Continuous Integration.
Level-up your knowledge of design patterns with this course! Covers the MVVM, Factory, Adapter, Iterator, ...
more
Intermediate iOS Design Patterns
Level-up your knowledge of design patterns with this course! Covers the MVVM, Factory, Adapter, Iterator, Prototype, State, Multitask Delegate, and Facade patterns.
iOS & Swift
Xcode Test Plans for iOS: Getting Started
Jun 22 2020 · Article (15 mins)
In this tutorial, you’ll learn how to organize your unit and UI tests with Xcode test plans and how to test y...
more
Xcode Test Plans for iOS: Getting Started
In this tutorial, you’ll learn how to organize your unit and UI tests with Xcode test plans and how to test your iOS app with multiple languages/regions.
Multiple Domains
Mastering Git
May 2 2020 · Video Course (2 hrs, 12 mins)
Take the solid foundation laid by the Beginning Git course, and build upon it. Focus on fixing real-world ...
more
Mastering Git
Take the solid foundation laid by the Beginning Git course, and build upon it. Focus on fixing real-world problems, as you take a multi-user Git repository and work through the final steps of releasing a software product.
Multiple Domains
Beginning Git
May 2 2020 · Video Course (2 hrs, 3 mins)
In this introduction to using Git for source control you’ll learn everything from cloning and creating rep...
more
Beginning Git
In this introduction to using Git for source control you’ll learn everything from cloning and creating repos, through committing and ignoring files, to managing remotes and pull requests.
Multiple Domains
Command Line Basics
May 2 2020 · Video Course (1 hr, 20 mins)
A command line course for beginners! Explore the basics like manipulating files and directories, navigatio...
more
Command Line Basics
A command line course for beginners! Explore the basics like manipulating files and directories, navigation and tips and tricks to make your experience on the command line a little smoother.
iOS & Swift
Fundamental iOS Design Patterns
Mar 10 2020 · Video Course (2 hrs, 41 mins)
Learn about fundamental iOS design patterns like MVC, Delegation, Strategy, Singleton, Memento, Observer a...
more
Fundamental iOS Design Patterns
Learn about fundamental iOS design patterns like MVC, Delegation, Strategy, Singleton, Memento, Observer and Builder! These patterns are frequently used throughout iOS development, and every iOS developer should understand them well.