SwiftUI Deep Links in iOS - Deep Linking TabView & NavigationStack - Xcode 14 - SwiftUI Tutorials

preview_player
Показать описание
Hello Guys 🖐🖐🖐
II'm going to demonstrate in this video how to create multiple views using SwiftUI's Tab View and NavigationStack and embed them with deep links | SwiftUI Deep Links | Deep Linking App | Deep Linking iOS | SwiftUI Deep Link Navigation Stack | SwiftUI Deep Link TabView | Swift | SwiftUI Xcode 14 | SwiftUI for iOS 16 | Xcode 14 SwiftUI.
#apple #swiftui #ios #xcode #animation #ui #design #animation

► Support Us

► My MacBook Specs
M1 MacBook Pro(16GB)
Xcode Version: 14.2
macOS Version: 13.3 Ventura

► Social Platforms

► Timestamps
0:00 Intro
0:53 Project SetUp
3:12 Building App UI
6:08 Implementing Deep Link's

Thanks for watching
Make sure to like and Subscribe For More Content !!!
Рекомендации по теме
Комментарии
Автор

Fantastic tutorial! Just what I needed for my project. Love the extra comments that are made onscreen. This teaches as well as provides the code. Job well done!

daviddevlin
Автор

Very great new format with explanations, thanks !

elliotknight
Автор

Thanks for video! Is it possible to use this approach to navigate in app from one deep view in one tab hierarchy to the other view from another tab hierarchy?

vladimirmoor
Автор

Great tutorial! Really helpfull and educational! I wanted to ask you, does this support even multiple level navigation? For example if I want to have navigation links inside other navigation links.

vasileioszotikas
Автор

Sorry you can help me i have this problem to launch simulator Springboard can’t open

SiempreRachid
Автор

Without an actual domain to test this is very confusing

arturo
Автор

But which user is going to open safari and type those link to open the app? no one! I found no use case for it in real world for it, at least what I saw about use case of deep link in this video.

omidrostami
Автор

Thanks for video. Why you don't use the URLComponents to parse deep link url. For example like that

let url = URL(string:
let urlRequest = URLComponents(url: url, resolvingAgainstBaseURL: false)!
let queryParams = urlRequest.queryItems

Etheriq