Combine Combine: Working with Timers With these code snippets you can learn about scheduling publishers in Combine with timers to modify their behavior.
Combine Combine: Debugging Combine Messages With these short code snippets you will be able add debug messages to your Combine workflow to understand what is happening behind the scenes.
Combine Combine: Working with Transformation Operators With these short code snippets you will be able use transformation operators when configuring publisher in Combine.
SwiftUI July 2021: What’s new in the Swift Community? In this article we talk about the story of Bakery, a macOS app to generate placeholder app icons, built in SwiftUI in just few weeks.
Combine Combine: Working with Sequence Operators With these short reference code snippets, you will be able to use sequence operators when configuring publishers with Combine
Combine Combine: Working with Filters With these short reference code snippets, you will be able to use filter operators when configuration publishers in Combine.
Combine Combine: Sharing Publishers With this short reference code snippet, you will be able to share publishers and avoid multiple asynchronous downloads of the same data.
Documentation Tracking Changes in the Apple Developer Documentation With this article you will better understand the official Apple Developer Documentation and track API changes from one Xcode version to another.
Static Site Generation Deploying Static Sites generated with Swift and Publish with Gitlab CI/CD By the end of this tutorial, you will be able to build and deploy a static website generated with Swift on Gitlab Pages with a CI/CD pipeline.
Static Site Generation Static Site Generation with Swift using Publish, Plot and Ink By the end of this tutorial, you will be able to create static websites generated with Swift using Publish, Plot and Ink.
WWDC June 2021: What’s new in the Swift Community? In this article we cover the most interesting releases at WWDC 2021 and how the Swift community is starting to create new content around it.
propertyWrapper @propertyWrapper: Encoding Strings to Valid URL Characters With this @propertyWrapper code snippet you will be able to wrap String values into wrapped values of url safe characters.
propertyWrapper @propertyWrapper: UpperCase String With this @propertyWrapper code snippet you will be able to wrap String values into wrapped values of only upper case characters.
Machine Learning Create with Swift at Swift Heroes 2021 This article will get you started with machine learning on Apple platforms with the material created for our workshop on Core ML at Swift Heroes Digital 2021.
Machine Learning Using an Object Detection Machine Learning Model in an iOS App By the of of this tutorial you will be able to use an object detection Core ML model in an iOS App with the Vision framework
Machine Learning Using an Image Classification Machine Learning Model in an iOS App with SwiftUI By the of of this tutorial you will be able to use an image classification Core ML model in an iOS App with SwiftUI
Machine Learning Using an Image Classification Machine Learning Model in Swift Playgrounds By the end of this tutorial you will be able to use an image classification Core ML model in Swift Playgrounds.
Machine Learning Using an Object Detection Machine Learning Model in Swift Playgrounds By the end of this tutorial you will be able to use an object detection Core ML model in Swift Playgrounds with the Vision framework.
Machine Learning Creating an Object Detection Machine Learning Model with Create ML By the end of this tutorial, you will be able to build and train an object detection machine learning model with Create ML
Machine Learning UIImage+CVPixelBuffer: Converting an UIImage to a Core Video Pixel Buffer With this UIImage extension you will be able to convert an UIImage to a CVPixelBuffer. The Core Video pixel buffer is an image buffer that holds pixels in main memory.
UIKit UIImage+Resize: Resizing an UIImage With this UIImage extension you will be able to resize an UIImage to any size using a CGSize structure with width and height values as a parameter.
Machine Learning Create ML Explained: Apple's Toolchain to Build and Train Machine Learning Models This articles will help you to understand the main features of Create ML and how you can create your own custom machine learning models.
Machine Learning Core ML Explained: Apple's Machine Learning Framework This articles will help you to assess and judge the main features of More ML and how you can leverage machine learning in your apps.
Getting Started Welcome to Create with Swift We are here to help you learn app development with Swift through ready to use code snippets, tutorials and collaborative workshops.