Adding SwiftUI to UIKit App with UIHostingController (SwiftUI, 2021, iOS, Xcode 12)

preview_player
Показать описание
In this video we will learn how to add swiftUI to existing UIKit based apps. We will look at using UIHostingController to seamlessly integrate these components with one another.

#swiftUI #uikit #iOSDeveloper

** Like my teaching style? Check out some of my most popular courses!

Join this channel to get access to perks, code, groups, and more:

** Get Skillshare free for 2 Months and learn iOS

** Manage all your investments from app earnings on Betterment!

** Grow your own Youtube tech channel with TubeBuddy:
Рекомендации по теме
Комментарии
Автор

Very cool! Probably time to start learning swiftui!

eric
Автор

Just started my first ios job in november 2020. You've been very helpfult! Thanks!

vince.r
Автор

best tutorials as always keep it up fam

faxntv
Автор

Hey! How would i go about creating a complete segue to the new swiftui view controller from the old. Not like a card coming up, but a whole page transition.

senamahadzi
Автор

How i use through navigation controller with hide uikit navigationbar.

rahuljamba
Автор

How would you show it in a nom-modal fashion?

glennmiller
Автор

i am waiting for your video please, make soon as possible.

aadvanture
Автор

Probably a stupid question but can the opposite be done? Can I add a UIKit view to a SwiftUI project?

TheseEyesSeeDarknessClearly
Автор

How would you pass data or data bindings from UIKit into the SwiftUI view?
Would it just be a simple case of marking variables as @StateObject or @ObservedObject inside the ViewController and passing them in as arguments?

markvllar
Автор

But, how do you make it a full screen rather than a pop up?

hmmmmm