Swift
Sign in to follow topics
Featured
Article
Realm Meetup - SwiftUI Testing and Realm with Projections
Jason Flax, Lead iOS Engineer, makes a return to explain how the testing landscape has changed for iOS apps using the new SwiftUI framework. Learn how to write unit tests with SwiftUI apps powered by Realm, where to put your business logic with either ViewModels or in an app following powered by Model-View-Intent, and witness the power of Realm's new Projection feature.Sep 05, 2023
Ian Ward (+1)
All Swift Content
- Newest
- Highest Rated
Tutorial
Continuously Building and Hosting our Swift DocC Documentation using Github Actions and Netlify
In this post we'll see how to use Github Actions to continuously generate the DocC documentation for our Swift libraries and how to publish this documentation so that can be accessed online, using Netlify.Feb 16, 2022
Diego Freniche
Code Example
FULL APPLICATION
Adapting Apple's Scrumdinger SwiftUI Tutorial App to Use Realm
Learn how to add Realm to an iOS/SwiftUI app to add persistence and flexibility. Uses Apple's Scrumdinger tutorial app as the starting point.Feb 14, 2022
Andrew Morgan
Tutorial
Build Your First iOS Mobile App Using Realm, SwiftUI, & Combine
Build your first iOS mobile app using Realm, SwiftUI, and Combine.Feb 14, 2022
Andrew Morgan
Tutorial
Accessing Realm Data on iOS Using Realm Studio
Discover how to access and manipulate your iOS App's Realm data using the Realm Studio GUI.Feb 07, 2022
Andrew Morgan
Code Example
FULL APPLICATION
Building a Mobile Chat App Using Realm – Data Architecture
Building a Mobile Chat App Using Realm – Data Architecture.Jan 28, 2022
Andrew Morgan