Create your first app with SwiftUI and SwiftData

  Рет қаралды 59,526

Paul Hudson

Paul Hudson

Күн бұрын

Пікірлер: 42
@sawyer303
@sawyer303 Жыл бұрын
Thanks Paul, have watched this live from the start, great livestream, thanks again!
@joeschofield2171
@joeschofield2171 Жыл бұрын
This video helped explain SwiftData well. Thanks so very much. Now I've got to go switch from passing the model context to my data service where I did update on the main thread, to sharing the container instead.
@t16incho
@t16incho 10 ай бұрын
Thanks Paul for your time on this important day!
@dimiutube
@dimiutube Жыл бұрын
Happy birthday, Paul! Thanks for all the good things you do and for bringing the fun to func 😊
@tazman7689
@tazman7689 8 ай бұрын
Paul, I’m obviously watching this months later, but I donated to this worthy cause. Thanks for your support of those in need.
@hosseindastan6221
@hosseindastan6221 11 ай бұрын
I can't believe that. I shipped an app only by watching this video!
@wakehood
@wakehood 5 ай бұрын
Paul, It is months later but I want to let you know that I found this tutorial VERY clear and consequently VERY helpful. I had watched other tutorials and none were as clear as this one. A BIG thank you!!!
@goranbla
@goranbla Жыл бұрын
belated happy birthday 🍻 and thanks for the great content
@tomashertl8895
@tomashertl8895 Жыл бұрын
Paul. Late but see the video. Thanks a lot for your trmendous teaching work. Astonishing, Superb.
@HaibinGE
@HaibinGE Жыл бұрын
Happy birthday Paul!
@SudhirKesharwani
@SudhirKesharwani Жыл бұрын
thanks Paul, this is great
@cemsavkli
@cemsavkli Жыл бұрын
Hello. Your content is very valuable to me and I want to follow it constantly. I would appreciate it if you had the chance to set the videos with subtitles. Because I am Turkish, my English is not very good. I would like to watch the video with subtitles and benefit from your information. Thank you again for sharing your valuable information with us.
@angusapatu7102
@angusapatu7102 Жыл бұрын
Great content!
@Rob_Kandels
@Rob_Kandels 5 ай бұрын
Great video! do you or could you make a video on how to use the documentation ? I find it hard to what are all the options that can be passed into a functions or method. For example Lets say I create a button and add .Frame and .Padding. I could I find where all the other options are in the documentation. Not just for the button but for others as well.
@Joeron79
@Joeron79 7 ай бұрын
Thanks Paul. Could you also make a video SwiftData with MVVM, Restful API and Network Monitor (Online/Offline) when it saves data before offline? Please 🙏
@daco9464
@daco9464 Жыл бұрын
You are the best. Could you also make a video SwiftData with MVVM architecture?
@imodude
@imodude Жыл бұрын
As usual, great walkthrough of some complex topics. Much appreciated. I tried adding "@Binding var navigationPath: NavigationPath" to your PeopleView. But that breaks in the initialiser because i'm not initialising it. Tried adding it as a parameter to the init method, but couldnt get it right. Perhaps the @Binding macro makes the syntax more complex?
@samuelcharlesbird
@samuelcharlesbird Ай бұрын
Hey Paul, love your tutorials. I'm really enjoying dipping my toes into SwiftUI and SwiftData. I've just got the the first point where you run the app, but for me clicking the plus button (to add a person) is crashing the app. Any idea why this might be?
@AnthonyKane-v3c
@AnthonyKane-v3c Жыл бұрын
This was very informative. would there be a similar way to bring in Pdfs stored in Books app much like you did for photos? im trying to link to a stored pdf Regards
@ShalevLazarof
@ShalevLazarof 11 ай бұрын
Thank you, Paul Amazing as always!
@stephen8875
@stephen8875 9 ай бұрын
Paul, great tutorial - but question (for anyone :-) ). In another very similar tutorial, you sugegsted using a function for deleting destinations using _ indexSet: IndexSet whilst here you use at offsets: IndexSet. What was your rationale for the different functions for what seems very similar tutorials? Cheers!
@psa206cc
@psa206cc 4 ай бұрын
Hi Paul! I find this video very good! I have a question for you: I'm creating an app based on your example but when I get to the creation of the EditPersonView it gives me an error: "Struct 'ViewBuilder' requires that 'EmptyTableRowContent' conform to 'View'" and "Static method 'buildExpression' requires that 'some View' conform to 'TableRowContent'" near the TextField lines of the name Can you help me? Thanks!
@alessiopanfalone6314
@alessiopanfalone6314 Жыл бұрын
Hi Paul, I have one question about sortDescriptor. It is possible add in one menu inside the toolbar, insert a tag for bool value?. Because i have the bool value in my model class. Ps: sorry for my english
@0soft
@0soft 3 ай бұрын
Any chance to OBSERVE CHANGES outside of SwiftUI? I need to build a Synchronizer logic which works silently, just to explain there is a case where I really don't need a view.
@ankitkishore-u5v
@ankitkishore-u5v 2 ай бұрын
i am getting distracted love man 🐕
@ConfidentlyRong-jo5yt
@ConfidentlyRong-jo5yt 8 ай бұрын
Legend!
@NikeTao
@NikeTao 7 ай бұрын
@twostraws One thing I noticed is after creating either a Person or Event with a blank name property since they are already created they persist after pressing the "Back" button and can be hard to delete. I am searching for a way to automatically delete objects with blank values (like in Apple's Notes app when a note has no value it gets deleted), but yet to find a solution. Is there an elegant solution to do this?
@michoyou7876
@michoyou7876 Жыл бұрын
Hi Paul, great video! Is there a way to construct more complex #predicates? In a CoreData app I used CompoundPredicate to construct a NSPredicate from a view, that allowed a user to compose a query. Is there a way in SwiftData to do something similar?
@user-dfgyh
@user-dfgyh Жыл бұрын
👏
@johnchavez6316
@johnchavez6316 10 ай бұрын
If I tap to add a new person or location and don’t enter anything the app saves the new blank location or person. Is there a way to prevent that?
@ScottHatmaker
@ScottHatmaker 4 ай бұрын
I had the same question. Perhaps you could do a custom "Back" button and do a check in the edit screen for blank name or something. I would love to see how this really should be handled with the default "Back" button as you leave edit screen. Let us know if you found a way...
@Y.AndreaRusso
@Y.AndreaRusso 9 ай бұрын
can i persist swift. data with a firebase backend?
@slideroolz
@slideroolz Жыл бұрын
🎂
@typicaltype2608
@typicaltype2608 Жыл бұрын
does anyone know how you would load multiple images into swift data?
@harrydang5248
@harrydang5248 Жыл бұрын
where can I get the source code ?
@dotnetdevni
@dotnetdevni Жыл бұрын
swift data is just in memory aint it or can it be persitted on phone
@michoyou7876
@michoyou7876 Жыл бұрын
it´s persisted via SQLite
@mohabedr5030
@mohabedr5030 Ай бұрын
a decorator named a macro 🤣🤣🤣🤣🤣🤣🤣🤣
@alexvaiman4966
@alexvaiman4966 9 ай бұрын
swift-data, why did not you start with the fact it is not mvvm friendly, and not usable for real life aps...?
@richie_01
@richie_01 Жыл бұрын
Great, great video but nothing can beat your two Sammies 🥰 I had one for 13 years, passed ten years ago and I still miss him everyday 🥲
Learn the Essentials of Swift in one hour
58:14
Paul Hudson
Рет қаралды 215 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
I Made an iOS App in MINUTES with This AI Tool!
13:20
Creator Magic
Рет қаралды 701 М.
Build your next website in Swift
24:45
Paul Hudson
Рет қаралды 47 М.
SwiftUI Basics Tutorial
1:19:31
Sean Allen
Рет қаралды 404 М.
Create Modular iOS Apps with Swift Packages: Step-by-Step Guide!
6:07
Jared Davidson
Рет қаралды 3,9 М.
8. SwiftData   CloudKit
18:20
Stewart Lynch
Рет қаралды 9 М.
SwiftData Basics in 15 minutes
15:18
CodeWithChris
Рет қаралды 56 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН