Docs Menu
Docs Home
/ /
Atlas Device SDKs
/

SwiftUI - Swift SDK

On this page

  • Overview
  • Requirements

The Realm Swift SDK offers features that integrate into SwiftUI. This documentation provides an overview of those features.

  • Quick Start

  • Model Data

  • Configure and Open a Realm

  • React to Changes

  • Pass Realm Data Between Views

  • Write Data

  • Filter Data

  • Handle Sync Errors

  • Sync Data in the Background

  • Use Realm with SwiftUI Previews

Tip

See also:

  • Xcode project using the SwiftUI "App" template. To use all of the Realm Swift SDK's SwiftUI features, the minimum iOS target is 15.0. Some features are compatible with older versions of iOS.

  • Install the Swift SDK. Use the most recent version of the Realm Swift SDK to get all of the features and enhancements for SwiftUI.

Back

React to Changes

Next

Quick Start