From 2485d1f5a3b4bb28dacf14a0a56d3020c48ab599 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Wed, 25 Sep 2024 12:56:40 -0700 Subject: [PATCH] Add Tab navigation sample (#1645) --- contents.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index 22795fb1..0c84ab77 100644 --- a/contents.json +++ b/contents.json @@ -31973,6 +31973,24 @@ "license": "mit", "suggested_by": "@AtFreezingPoint", "stars": 18 - } + }, + { + "title": "Enhancing your app’s content with tab navigation", + "description": "Sample code by Apple", + "category-ids": [ + "sample" + ], + "source": "https://developer.apple.com/documentation/swiftui/enhancing-your-app-content-with-tab-navigation", + "screenshots": [ + "https://github.com/user-attachments/assets/ab863403-f676-4c42-b209-ee817165da41", + "https://github.com/user-attachments/assets/931f631e-e01a-4e01-a483-5dc139d22328" + ], + "tags": [ + "swift", "swiftui" + ], + "date_added": "Sep 16 2024", + "license": "other", + "suggested_by": "@dkhamsing" + } ] }