This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4919757-your-first-ios-and-swiftui-app/lessons/29
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4919757-your-first-ios-and-swiftui-app/lessons/29
Just thought of notifying - This episode is 5:55 long but is shown as 3:09.
Awesome content, btw.
I am a junior iOS Developer at a company here, and decided to get my hands dirty with SwiftUI.
However, SwiftUI confuses me. What happens to all UIKit knowledge?
I mean, without storyboards, I guess there are no longer any segues?
What happens to Core Animations, is it still applicable to SwiftUI
What about Core Data, seems like delegate methods isn’t possible in SwiftUI?
Anyway, will complete the iOS RW Track and then come back to this question
Hi @akashlal, thanks for positive feedback and note on the video length. SwiftUI is still in its infancy so even I have questions about what it can do for us developers. However, I will try my very best to give you more clarity on the questions you have here! I personally believe UIKit is still very important for any iOS dev to know. There are still many UIKit related tutorials which you can browse here: UIKit Results .
As for Core Animations and SwiftUI, I believe SwiftUI handles animations differently but am not 100% certain about that. Here are two links that might be helpful,
Drawing & Animation (Apple Documentation)
Getting started with animations and SwiftUI. Core Data can be used with SwiftUI. However I don’t see a tutorial for that on here. It’s awesome that you are working on the iOS track, hope you have fun going thru them. If you have any further questions please do not hesitate to ask on the forum!
Best,
Gina