Swift Testing: Getting Started
Jun 19 2024 · Article (20 mins)
In 2021, Apple released Swift concurrency to an adoring audience — finally, developers could write Swift code...
more
Swift Testing: Getting Started
In 2021, Apple released Swift concurrency to an adoring audience — finally, developers could write Swift code to implement concurrency in Swift apps! At WWDC 2024, developers got another game changer — Swift Testing.
iOS & Swift
iOS App Distribution
Sep 5 2023 · Video Course (57 mins)
This course will walk you step by step through the process of registering
for a new developer account and ...
more
iOS App Distribution
This course will walk you step by step through the process of registering
for a new developer account and registering your app with App Store Connect.
In addition, you’ll learn about internal distribution of your app, testing with
TestFlight, and submitting your app to the App Store.
iOS & Swift
Getting Started with Xcode Cloud
Dec 6 2022 · Article (25 mins)
Learn how to use Xcode Cloud to test and deploy your app on TestFlight.
Getting Started with Xcode Cloud
Learn how to use Xcode Cloud to test and deploy your app on TestFlight.
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
Snapshot Testing Tutorial for SwiftUI: Getting Started
Aug 9 2021 · Article (15 mins)
Learn how to test your SwiftUI iOS views in a simple and fast way using snapshot testing.
Snapshot Testing Tutorial for SwiftUI: Getting Started
Learn how to test your SwiftUI iOS views in a simple and fast way using snapshot testing.
iOS & Swift
Multi-Language Support with Localization in iOS
Apr 6 2021 · Video Course (34 mins)
This course will walk you through the steps of localizing your app. Learn how to add a new language and ho...
more
Multi-Language Support with Localization in iOS
This course will walk you through the steps of localizing your app. Learn how to add a new language and how to use Xcode Localization Catalog to make your life easier while doing so. Also learn how to localize a Swift Package.
iOS & Swift
StoreKit Testing in Xcode 12: Getting Started
Feb 22 2021 · Article (30 mins)
Learn to use the new StoreKit testing framework to exercise your in-app purchases right inside Xcode.
StoreKit Testing in Xcode 12: Getting Started
Learn to use the new StoreKit testing framework to exercise your in-app purchases right inside Xcode.
iOS & Swift
What’s New in Testing With Xcode 12
Nov 23 2020 · Article (25 mins)
WWDC 2020 introduced several new technologies to enhance the testing experience in Xcode 12. Learn these new ...
more
What’s New in Testing With Xcode 12
WWDC 2020 introduced several new technologies to enhance the testing experience in Xcode 12. Learn these new techniques and features to improve your unit testing abilities.
iOS & Swift
Combine in the raywenderlich.com App
Oct 6 2020 · Video Course (16 mins)
Take a look at how Combine is used to power parts of the open-source raywenderlich.com app based on change...
more
Combine in the raywenderlich.com App
Take a look at how Combine is used to power parts of the open-source raywenderlich.com app based on changes that get stored in User Defaults.
iOS & Swift
Unit Testing Core Data in iOS
Aug 17 2020 · Article (25 mins)
Testing code is a crucial part of app development, and Core Data is not exempt from this. This tutorial will ...
more
Unit Testing Core Data in iOS
Testing code is a crucial part of app development, and Core Data is not exempt from this. This tutorial will teach you how you can test Core Data.
iOS & Swift
Local API Call Tutorial with WireMock and UI Tests in Xcode
Aug 5 2019 · Article (20 mins)
Learn how to use WireMock, a tool you can use in conjunction with User Interface tests to provide a local cop...
more
Local API Call Tutorial with WireMock and UI Tests in Xcode
Learn how to use WireMock, a tool you can use in conjunction with User Interface tests to provide a local copy of remote API call results.