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.Mar 21, 2023
Ian Ward (+1)
All Swift Content
- Newest
- Highest Rated
- Closest Upcoming
Quickstart
Working with Change Streams from Your Swift Application
Change streams let you run your own logic when data changes in your MongoDB collections. This post shows how to consume MongoDB change stream events from your Swift app.Jan 25, 2023
Andrew Morgan
Quickstart
Working with the MongoDB Single-Collection Pattern in Swift
You can improve application performance by storing together data that’s accessed together. This can be done through embedding sub-documents, or by storing related documents in the same collection — even when they have different shapes. This post explains how to work with these polymorphic MongoDB collections from your Swift app.Jan 18, 2023
Andrew Morgan
Tutorial
Push Notifications Using Atlas App Services & iOS Realm SDK
Use our Atlas App Services application to create a complete push notification system that fits our business logic.Jul 19, 2022
Josman Pérez Expóstio