Skip to content

Commit

Permalink
Make the naming consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Aug 13, 2024
1 parent 93d4586 commit fa114f3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions source/frameworks/swiftui/background-sync.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _swiftui-background-sync:

====================================================
Sync Data in the Background with SwiftUI - Swift SDK
====================================================
=====================================
Sync Data in the Background - SwiftUI
=====================================

.. meta::
:description: Learn how to use a SwiftUI BackgroundTask to sync data in the background.
Expand Down
6 changes: 3 additions & 3 deletions source/frameworks/swiftui/handle-sync-errors.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _swiftui-handle-sync-errors:

===========================================
Handle Sync Errors with SwiftUI - Swift SDK
===========================================
============================
Handle Sync Errors - SwiftUI
============================

.. meta::
:description: Learn how to handle Sync errors in your SwiftUI-based app.
Expand Down
6 changes: 3 additions & 3 deletions source/frameworks/swiftui/model-data.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===================
Model Data- SwiftUI
===================
====================
Model Data - SwiftUI
====================

.. toctree::
:titlesonly:
Expand Down
6 changes: 3 additions & 3 deletions source/frameworks/swiftui/pass-data-between-views.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _swiftui-pass-data-between-views:

===============================
Pass Data Between SwiftUI Views
===============================
=================================
Pass Data Between Views - SwiftUI
=================================

.. meta::
:description: Pass SDK objects explicitly to child views, access data in child views with property wrappers, or pass environment values to access the database.
Expand Down
6 changes: 3 additions & 3 deletions source/frameworks/swiftui/quick-start.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _ios-swiftui-quick-start:

========================
Quick Start with SwiftUI
========================
=====================
Quick Start - SwiftUI
=====================

.. meta::
:description: Use Atlas Device SDK for Swift with SwiftUI property wrappers.
Expand Down

0 comments on commit fa114f3

Please sign in to comment.