Тёмный
No video :(

Introducing MVVM into your SwiftUI project - Bucket List SwiftUI Tutorial 11/12 

Paul Hudson
Подписаться 110 тыс.
Просмотров 7 тыс.
50% 1

Download the completed project here: github.com/two...
Other parts in Project 14:
Introduction: www.hackingwit...
1. Adding conformance to Comparable for custom types: • Adding conformance to ...
2. Writing data to the documents directory: • Writing data to the do...
3. Switching view states with enums: • Switching view states ...
4. Integrating MapKit with SwiftUI: • Integrating MapKit wit...
5. Using Touch ID and Face ID with SwiftUI: • Using Touch ID and Fac...
6. Adding user locations to a map: • Adding user locations ...
7. Improving our map annotations: • Improving our map anno...
8. Selecting and editing map annotations: • Selecting and editing ...
9. Downloading data from Wikipedia: • Downloading data from ...
10. Sorting Wikipedia results: • Sorting Wikipedia resu...
11. Introducing MVVM into your SwiftUI project: This video
12. Locking our UI behind Face ID: • Locking our UI behind ...
Wrap up and challenges: www.hackingwit...
You can find the full set of videos, along with transcriptions, challenges, tests, and more, in my free 100 Days of SwiftUI course: www.hackingwit...
Watch the full 100 Days of SwiftUI playlist here: • Understanding the basi...

Опубликовано:

 

25 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@anotherguycalledsmith
@anotherguycalledsmith 7 месяцев назад
Dear Paul, This is pretty much the _most_ important video that you have published for a very long time! You might not think so, but for the self-taught average iOS/watchOS… programmer it is very difficult to properly organise larger projects. Of course, you would still like to keep some of your best tricks up your sleeves, but it is utmost helpful for all of us to see what goes where and what is best practise when it comes to app architecture. Please help us more how _not_ to end up in MVs (Massive Views). This extension tip is very useful and effective, thanks a lot!
@Contreras04
@Contreras04 3 месяца назад
Man I wouldn't be an iOS developer if it wasn't for you. Thanks for all this content ❤
@jur9103
@jur9103 7 месяцев назад
@Paul Hudson MVVM is nice, however as you said does not work with swift data nicely. What is YOUR opionion at this moment what app architecture would fit it better? I also like your comment at the end about experimenting. This help us move forward.
@iLoveAppl3947
@iLoveAppl3947 5 месяцев назад
Use MVVM with Core Data for now. Look up the Router design pattern for SwiftUI which decouples navigation logic
@peterhelms6839
@peterhelms6839 7 месяцев назад
Excellent description on how to segregate model and view, I have been looking for a way to do it in SwiftUI as Views can grow very big with code attached inside. Thank you 🙂
@hazel_moonshine
@hazel_moonshine 6 месяцев назад
I'm here for those 2 beautiful dogs
@kimsanov
@kimsanov Месяц назад
What if i wanted further separate model from viewmodel. E.g. put saving and storing to Model class. What is best approach in this case? I'm confused whether Model should be injected in ViewModel? Or there is better approach?
@morrolan
@morrolan 4 месяца назад
Hi Paul. I use this MVVM technique together with the .onAppear that will handle fetching data from API to populate a view. I have found that there are some use cases where .onAppear is not consistenly fired. In your example you are using init on the view model, but this is easy because you are not receiving any parameters. For example when I want to display this view for a product, I would pass the product id, which the onAppear will pass to the view model func loadData. Works great until onAppear doesn't fire.
@anudeepananth
@anudeepananth 2 месяца назад
How would we share this viewModel across multiple views
@santhoshVnair
@santhoshVnair 4 месяца назад
This scenario is nesting a class (ViewModel) inside a struct (ContentView). Will this create a problem in a document based app, where one might have multiple instances of the same view?
@VitaliiTrofymenko
@VitaliiTrofymenko 7 месяцев назад
why do you have @State VM instead of @StateObject?
@anmolrajpalofficial
@anmolrajpalofficial 4 месяца назад
I am confused. When I downloaded your project for final source code, it has @MainActor ViewModel of type ObservableObject but in your tutorial it's @Observable micro. In addition to that, I see you have changed @State viewModel to @StateObject viewModel in the ContentView. Can you please explain the reasons?
@tainc
@tainc 3 месяца назад
`ObservableObject` and `StateObject` are the old way. If you are targeting iOS 17 or later, you should use `@Observable` and `@State` like he did in the video. At some point he'll update the sample code to match.
@tombruckner684
@tombruckner684 7 месяцев назад
What is this dog breed? They are adorable.
Далее
Learn the Essentials of Swift in one hour
58:14
Просмотров 185 тыс.
5 Steps to Better SwiftUI Views
31:19
Просмотров 55 тыс.
ПАВЕЛ ДУРОВ АРЕСТОВАН
1:45:21
Просмотров 111 тыс.
Making it Rain - Advanced Special Effects with SwiftUI
29:16
SwiftConf 2023 - Paul Hudson: Level up your SwiftUI
43:16
Теория MVVM
10:46
Просмотров 33 тыс.
STOP using MVVM for SwiftUI | Clean iOS Architecture
18:58