How To Use Core Data In Xcode 8 (Swift 3.0)

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 171

  • @ruslan_popesku
    @ruslan_popesku 8 ปีที่แล้ว +25

    You are amazing! I`ve just watch a 4-hour Udemy course from DevSlopes and understood less information than in your 15-minutes tutorial!) Thank you again, Swift Guy!)

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว +5

      You are welcome!:)

    • @bellekiller
      @bellekiller 7 ปีที่แล้ว

      so true!

    • @Manuel-ps4xo
      @Manuel-ps4xo 7 ปีที่แล้ว

      I second this haha

    • @bethlarson7144
      @bethlarson7144 6 ปีที่แล้ว

      He isn't amazing, he's stealing shit from Ray Wenderlich and passing it off as his own. fucking thief.

  • @ufookoro1
    @ufookoro1 5 ปีที่แล้ว

    I have searched and searched for a Tutor to explain how, 1, to explain CoreData and 2, apply the use of CoreData in its simplest form.
    You nailed it.
    I can begin to create small samples and enjoy using the framework
    Thank you. SwiftGuy

  • @matthewguest8606
    @matthewguest8606 8 ปีที่แล้ว +3

    This tutorial is more helpful than all the other core data tutorials out there. Thank you and keep it up!

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      Awesome, glad to hear that!:)

  • @leonshenker1722
    @leonshenker1722 7 ปีที่แล้ว +3

    Thank you for this video! I've learned more about Core Data from this video than my iOS classes

  • @zexinzhuang7867
    @zexinzhuang7867 8 ปีที่แล้ว

    Appreciate!
    I had seen several videos about Coredata in youtube.
    This vedic is the shortest one buuuuuuuut probably the most useful one for some one new to Coredata.
    Thank You !

    • @zexinzhuang7867
      @zexinzhuang7867 8 ปีที่แล้ว

      And it is for Swift 3.0.
      Awesome!

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      Thank you! Glad you appreciate it and that the video was able to help you:)

  • @scarletstark2201
    @scarletstark2201 8 ปีที่แล้ว +3

    Very clear and well presented! Keep on doing what your doing man.

  • @b.carterlongbottom1258
    @b.carterlongbottom1258 7 ปีที่แล้ว

    Terrific video and information to provide a novice programmer with all they need. Thanks so much swift guy you are a great internet personality and very clear, and thorough in your tutorial presentation. Until next time, Cheers!

  • @konig231
    @konig231 5 ปีที่แล้ว

    Thank you TheSwiftGuy! A perfect video tutorial for beginners which really teaches the CD basics

  • @zippytoad507
    @zippytoad507 6 ปีที่แล้ว

    You got a gift for making things look easy. Appreciated.

  • @markrufino770
    @markrufino770 8 ปีที่แล้ว

    Thanks man, you saved me from a lot stress! Nice tutorial! Simple and straight to the point.

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว +1

      Awesome, glad to hear that;)

  • @priyarachel
    @priyarachel 6 ปีที่แล้ว

    I love your video's. You make complicated software seem simple. Thank you.

  • @olgainwien
    @olgainwien 7 ปีที่แล้ว

    You are so cool at describing complicated things in an easy manner :)

    • @1TheSwiftGuy
      @1TheSwiftGuy  7 ปีที่แล้ว

      Super glad to hear that - thanks!!:)

  • @YouTubeCatEngineer
    @YouTubeCatEngineer 5 ปีที่แล้ว

    "All you have to do is implement this code and do some things here..." HAHA ok yeah I can follow along and type the same things I see on your screen onto my ViewController but I really don't understand what all the different bits of code do. I SO appreciate your publishing this video and showing a simple example, and I got it to work, but I don't really understand what it's all doing. I'll come back and revisit this video in a few weeks and perhaps it will make more sense. Anyway thanks for sharing this!

  • @suryamanichauhan1287
    @suryamanichauhan1287 4 ปีที่แล้ว +1

    So nice thanks Buddy

  • @jassinakhlaqi5474
    @jassinakhlaqi5474 5 ปีที่แล้ว

    You can code and teach! I love your videos! You are awesome, swift guy!

  • @sezzed5663
    @sezzed5663 6 ปีที่แล้ว

    simply the best tutorial on core data

  • @YouTubeCatEngineer
    @YouTubeCatEngineer 5 ปีที่แล้ว

    OK I do have one specific question: should we be able to view the contents of the core data without having to write it out in arrays and print those arrays? Like if I click on the "Core_Data_Fun.xcdatamodelid" under the "Core Data Fun" folder should it contain all the username and password that were passed in? I'm seeing nothing here. Note that I did get an error early on something like it didn't recognize the "context" variable I defined to it defaulted to something else. Is this why I don't see anything in the core data storage? Also I don't get the many lines of output I see on your screen just the username and password elements printed out on the results line. And of course it also did place them into arrays and the arrays printed out ok. I feel like somewhere the various paths I set up for storing core data didn't connect. Note that i'm working in xcode 7 rather than xcode 8 as you are. Don't recall what version of swift I installed I think version 2. The xcode download from apple was 7.2.1 for my computer/OS. Thanks for any feed back.

  • @friendlytrader4812
    @friendlytrader4812 8 ปีที่แล้ว

    Nice one, clearly explained. Thanks man

  • @michaelbouril5278
    @michaelbouril5278 8 ปีที่แล้ว

    This video saved my life, you're the goat

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว +1

      haha, I guess that is a good thing;)

  • @RiccardoAlfano317
    @RiccardoAlfano317 ปีที่แล้ว

    Hi SG, Your video is super informative! I noticed that you created it over 6 years ago, but it still works perfectly. I'm planning to try it on my Mac, and I hope it works just as well. If possible, could you create a video that shows how to delete records from my database? Thank you!

  • @rishavbhowmik6648
    @rishavbhowmik6648 7 ปีที่แล้ว

    thanks sir
    I know 70% of swift , just because your tutorial

  • @traviskaenel1907
    @traviskaenel1907 8 ปีที่แล้ว

    Do you have a tutorial on whether/how CoreData can be stored and accessed remotely? I need a cloud-based database that multiple users/devices can have access to.

  • @TheTalkoftheStreetPodcast
    @TheTalkoftheStreetPodcast 8 ปีที่แล้ว

    Very useful and well explained. Thx!

  • @ryukoki777
    @ryukoki777 8 ปีที่แล้ว

    Thanks, it works perfect on my app!! I'll try deleting the data that I added in the context.

  • @alexdacol18
    @alexdacol18 7 ปีที่แล้ว

    Thanks for the video, do you know if making an App for iOS and Android can I use this method and access the data from Android ?

  • @everforexcanada5663
    @everforexcanada5663 5 ปีที่แล้ว

    great vid! and whats the best way to store the session data, eg session key?

  • @alisamaan
    @alisamaan 8 ปีที่แล้ว

    Very informative tutorial, keep it up :)

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      Glad to hear that you enjoyed it!;)

  • @misiek0426
    @misiek0426 8 ปีที่แล้ว

    You are doing fantastic job there ;)

  • @jegankarthick1754
    @jegankarthick1754 8 ปีที่แล้ว

    thank u so much its very interesting and great job friend

  • @restieguevarra754
    @restieguevarra754 8 ปีที่แล้ว +1

    Thank you for this. Very helpful. Keep it up!

  • @coreyjones3948
    @coreyjones3948 8 ปีที่แล้ว

    Thank you for all tutorials I have question

  • @darkpill
    @darkpill 8 ปีที่แล้ว

    Great video! What is the difference between creating a new user with NSEntityDescription and doing something like: let user = User(context:context) ?

  • @venox392
    @venox392 8 ปีที่แล้ว +5

    thank for making this videos! Can you please make a video about notifications

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว +2

      Saw the comment a bit late. They are at least up now:P

    • @bethlarson7144
      @bethlarson7144 6 ปีที่แล้ว

      get your ugly ass off of here, at least until you clean up that fucking acne and turn that stupid fucking hat around you dipshit.

  • @petergillis5256
    @petergillis5256 8 ปีที่แล้ว

    hey! i'm stuck on the let context = appDelegate.persistentContainer.viewContext line, seems there are two appDelegates but neither have the persistentContainer method?

    • @stevenbaggins8651
      @stevenbaggins8651 8 ปีที่แล้ว

      There should not be 2 appDelegates. You mean one is "appDelegate" and the other that comes up is "AppDelegate"? If so, then it's ok. Make sure that you started with "CoreData" check marked when you made your app. If you forgot to do that but want to continue working on the app that you already made, then try here stackoverflow.com/questions/29109313/core-data-problems.

    • @petergillis5256
      @petergillis5256 8 ปีที่แล้ว

      thanks!

  • @tiberiust4474
    @tiberiust4474 8 ปีที่แล้ว

    thanks thanks thanks ...now i understand core data :)

  • @zaidalobeidy4844
    @zaidalobeidy4844 7 ปีที่แล้ว

    please i have a question . i can't get the info from my core data i mean its doesn't appear in my console. and i didn't have any error

  • @drewklein1736
    @drewklein1736 7 ปีที่แล้ว

    Any way you could explain how to delete a record from the Entity using this same method?

  • @SmartCureTeam
    @SmartCureTeam 7 ปีที่แล้ว

    Thanks a lot for this super video, very helpful

    • @1TheSwiftGuy
      @1TheSwiftGuy  7 ปีที่แล้ว

      Glad to hear that! You are welcome;)

  • @venkevenkat1987
    @venkevenkat1987 6 ปีที่แล้ว

    Thank you so much to share your information and your knowledge.... I want login form in Swift language plz share a video of that

  • @gabrielrml
    @gabrielrml 8 ปีที่แล้ว

    Dear SG could you please outline how you would enter and save a double value, (assuming it came from a UITextfield) via the newUser.setValue( ) please?

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      You would simply have to save the value from the text field as a double:
      let myDoubleValue:Double = Double(myTextField.text)
      Then you would save that variable in your user default just like you would any normal value. Let me know how it goes

    • @gabrielrml
      @gabrielrml 8 ปีที่แล้ว

      Thank you. it went well. - I am checking your Udemey course out now - I like your tutorials and your style.

  • @karthikeyansk4697
    @karthikeyansk4697 8 ปีที่แล้ว

    hii, i could not use persitentContainer.
    Error : Value of type 'AppDelegate' has no member 'persistentContainer'
    it doesn't even shows 'persistentContainer' in suggestion list. it rather shows 'persistentStoreCoordinator' only. And if i use it ,then adding viewContext followed by a dot shows me an error ( Value of type 'NSPersistentStoreCoordinator' has no member 'viewContext')
    Using Xcode 8, swift 3.0

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      I belive there are two AppDelegates. Make sure that you select the right one that has the member persistentContainer

    • @karthikeyansk4697
      @karthikeyansk4697 8 ปีที่แล้ว

      Thanks man. I got it.

  • @brettgoldfine8230
    @brettgoldfine8230 7 ปีที่แล้ว

    Hi Sebastian! First, I want to say thank you so much for making these videos. Really cool of you to do that.
    I have a question about core data and if you could help out that would be awesome. I want to let the user create a folder name and within it, I want to have three String arrays, an optional string array, and a boolean array. I can't figure out how to do this though. Do you have any suggestions? Any help would be much appreciated. Thanks again!

  • @ebrugunes4391
    @ebrugunes4391 7 ปีที่แล้ว

    I am really wondering that how do you delete data from the core data?

  • @hugonegrao1200
    @hugonegrao1200 8 ปีที่แล้ว

    This tutorial is great. Congrats. Can you also post a video showing hoe we save and retrieve images with core data?

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      I will definitely make a video on how to store images locally:)

    • @hugonegrao1200
      @hugonegrao1200 8 ปีที่แล้ว

      How soon can we expect it? :)

  • @shinysheepy6311
    @shinysheepy6311 7 ปีที่แล้ว

    Nice video. But apart from storing and loading data, it would be better to also cover how to DELETE data from core data. Bet that's a functionality lots of applications need!

  • @marcchelnik8445
    @marcchelnik8445 7 ปีที่แล้ว

    Swift Guy is cool - knows his stuff!!

  • @m.w7865
    @m.w7865 8 ปีที่แล้ว

    This tutorial is useful. How do you search for an item in an array using core data with textfield?

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      Make sure to check out my video on how to change core data, that will provide you with the concepts that you need:)

    • @m.w7865
      @m.w7865 8 ปีที่แล้ว

      Thanks for the reference on how to change core data. I'll look into searching the item using NSPredicate.

  • @shahinghani6218
    @shahinghani6218 8 ปีที่แล้ว

    there's no core data check for "tabbed apps"... how does that work?

  • @cruzadete
    @cruzadete 8 ปีที่แล้ว

    Hi Swift Guy! How if you do a tutorial creating a database (sqlite manager for example) and using it with core data? I didn't´t found any tutorial like that

  • @AirtWithRai
    @AirtWithRai 7 ปีที่แล้ว

    how to build retail pos system app in xcode?

  • @toveislove7426
    @toveislove7426 8 ปีที่แล้ว

    Hello! Great job on your tutorials, though I have some questions. I am at this video from your toDo list video, and whenever I would close the toDo app, and reopened it, it would go back to the default to do's like "buy milk", "get peter", (etc.) How can I get it so that someone could add something to the list, close the app, and have it saved? Thanks -- Sasha

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      Hi, to make things even simpler I would suggest that you check out my UserDefaults video.
      You will have to update the checklist every time the user adds or deletes an item. Then you have to store that array in the UserDefaults. Tell me how it goes. If you dont have success with it, I will make a video on it.

    • @toveislove7426
      @toveislove7426 8 ปีที่แล้ว

      Thanks for the quick reply! I appreciate it. I see in the UserDefaults video, the first thing you do is create a Single View Application. I want to be able to store data in my todo app, so would i still create the Single View App? Also, if i have to, how would i link it to my To Do App? Thanks - Sasha

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      Groove Nope, it does not have to be a single view application. UserDefaults work on all types of applications:)

    • @toveislove7426
      @toveislove7426 8 ปีที่แล้ว

      The Swift Guy So then how would i link my already made project with the userdefaults?

  • @vincentb6750
    @vincentb6750 7 ปีที่แล้ว

    I want to join your Udemy course but didn't find it in the Udemy App for iOS. Could you help me with this please?
    PS: You're awesome! learned 90% from you :D

  • @gilbertparreno
    @gilbertparreno 8 ปีที่แล้ว

    Thanks! Great tutorial!

  • @virendrasupercool
    @virendrasupercool 7 ปีที่แล้ว +1

    Good video helped me a lot.

  • @ThanhLe-bs4nu
    @ThanhLe-bs4nu 5 ปีที่แล้ว

    thank you a lot, you r great Swift Teacher 10^10 likes

  • @stevenbaggins8651
    @stevenbaggins8651 8 ปีที่แล้ว

    It would also be nice to know how to load in data only the first time the app is run.

  • @richardgomez9093
    @richardgomez9093 8 ปีที่แล้ว

    im getting this error any idead i only program the part of saveing user and password
    when i run it i get this error
    libc++abi.dylib: terminating with uncaught exception of type NSException
    (lldb)

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      You would have to send me the whole error in order for me to take a shot at what it might be:) But, make sure that you have established the context to your core data

    • @richardgomez9093
      @richardgomez9093 8 ปีที่แล้ว

      The Swift Guy I'm using Xcode 8.2.1 does this make a drefrence

  • @AngelLopez-gy1zi
    @AngelLopez-gy1zi 7 ปีที่แล้ว

    hi, would you please do a tutorial on how to export Core Data into a excel file, Thanks for your time and great videos

  • @a.yesuvinthiyagu8004
    @a.yesuvinthiyagu8004 7 ปีที่แล้ว

    there is now errors in my Viewcontroller.Swift but i didn't run the app successfully . it throws an error message as "reason= Source and destination files are incompatible" and also points line number 70 in AppDelegate.Swift

  • @anilkumara6141
    @anilkumara6141 8 ปีที่แล้ว

    very simple, thanks!

  • @saidev_idash5429
    @saidev_idash5429 5 ปีที่แล้ว

    how do I update and delete data in core data , will be waiting for your reply swift guy

  • @abarakedavra7405
    @abarakedavra7405 8 ปีที่แล้ว

    Thank you for this video! How can we edit our data? For example, if I want to change password for last added user?

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      You are going to have to do that in the same function that you are retrieved the data. I will make sure to do a video on that though

  • @bellekiller
    @bellekiller 7 ปีที่แล้ว

    thanks man! helped me again!

  • @adhilr03
    @adhilr03 7 ปีที่แล้ว

    How do u delete data from the core data?

  • @parsakhodadadi7209
    @parsakhodadadi7209 6 ปีที่แล้ว

    Excelllent

  • @Mr07991066051993
    @Mr07991066051993 8 ปีที่แล้ว

    Good job 😊if I have data on JSON , I can save it in CoreData ?? Like UserName and Password I have it on JSON and I want device remember it on next time .

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว +1

      Yes, you can save it to Core Data;) Just loop trough the JSON data and save them one by one in the Core Data

    • @Mr07991066051993
      @Mr07991066051993 8 ปีที่แล้ว

      Thank You very much , my idea good ? for save username & password in coreData ?

  • @Mrinal765
    @Mrinal765 8 ปีที่แล้ว

    I want my deployment target to iOS 8.0 its showing error how to rectify that?

  • @davidlangley9287
    @davidlangley9287 8 ปีที่แล้ว

    Very useful.

  • @Belizianboi13
    @Belizianboi13 7 ปีที่แล้ว +1

    great video bro

  • @lazarodev6230
    @lazarodev6230 8 ปีที่แล้ว

    hey men! thanks for your support! :D

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      You're welcome Fernando!;)

  • @Mrandrew
    @Mrandrew 7 ปีที่แล้ว

    How to save an array of image to core data
    Can you make a video about how
    Just like a contact app that have a insertViewController with photo input and text input for user and save in an array

  • @darthvader1303
    @darthvader1303 7 ปีที่แล้ว

    Thx man, but why people say that CoreData is so complicated?

  • @balakrishnasalla
    @balakrishnasalla 2 ปีที่แล้ว

    hi , please do or share coredata versioning, migration and mapping coredata versioning i have 2 entities, 1st entity A,B,C , 2nd entity D , E, how to save and retrieve A,B,C,D,E in coredata please reply asap

  • @destrosnake
    @destrosnake 8 ปีที่แล้ว +1

    EXCELENTE!! Gracias

  • @mondragonsi
    @mondragonsi 7 ปีที่แล้ว

    hahahaha I liked your...
    {
    }
    COOL! HAHHAAH

  • @jeon_chengen_li
    @jeon_chengen_li 7 ปีที่แล้ว +1

    I faced a lot of errors when I use these code...

  • @vamos529
    @vamos529 8 ปีที่แล้ว

    Are you filming this in a train?

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว +1

      Haha, almost - on a boat:)

  • @Traderhood
    @Traderhood 6 ปีที่แล้ว

    Are you on the train?

  • @rishavbhowmik6648
    @rishavbhowmik6648 7 ปีที่แล้ว

    how to delete data?

  • @dazeofheaven
    @dazeofheaven 8 ปีที่แล้ว

    Thank You!!

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      :)

    • @vyshreddy3330
      @vyshreddy3330 8 ปีที่แล้ว

      The Swift Guy thanku so much for the video !! could you please help me out with the error i am facing, i.e, USE OF UNRESOLVED IDENTIFIER 'NSEntityDEscription'

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว +1

      Make sure that you spell NSEntityDescription with a small e, instead of E ;)

    • @vyshreddy3330
      @vyshreddy3330 8 ปีที่แล้ว

      The Swift Guy tried wid e too ,but facing same error

    • @vyshreddy3330
      @vyshreddy3330 8 ปีที่แล้ว

      The Swift Guy tried wid e too ,but facing same error

  • @joshuafairbanks5643
    @joshuafairbanks5643 7 ปีที่แล้ว

    Thanks!

  • @itemreader5623
    @itemreader5623 8 ปีที่แล้ว

    Mr. Guy (or may I call you "Swift"?)
    I really appreciate the help. You have given me a real assist.
    But I wonder about the context. Who are you? Where are you? Are you giving us hidden clues?
    You are European. And young. And you live in a 1-room apartment. Where? Amsterdam? Osaka? Hong Kong? Are you Austrian? Belgian? Swiss? A college kid? Do you ever have a girl over in your little nest?
    Do tell!!

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      Haha, that has to be one of the most interesting/funny comments I have received to date! Well, I guess you will just have to keep looking for clues;)

  • @erikxu3472
    @erikxu3472 8 ปีที่แล้ว

    I can't import core data

  • @nickhamilton790
    @nickhamilton790 7 ปีที่แล้ว

    thank you

  • @StephenRayner
    @StephenRayner 7 ปีที่แล้ว

    Thank yoy for not using storyboards

  • @bellekiller
    @bellekiller 7 ปีที่แล้ว

    dude, leave a donate button

  • @MuhammadAli-zv5vz
    @MuhammadAli-zv5vz 8 ปีที่แล้ว

    what is core data ???plz explain what is core data.is it database for application ????

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว +1

      Jup, that is correct. It is basically a local database where you can store variables:)

    • @MuhammadAli-zv5vz
      @MuhammadAli-zv5vz 8 ปีที่แล้ว

      how to connected application to database ???

    • @MuhammadAli-zv5vz
      @MuhammadAli-zv5vz 8 ปีที่แล้ว

      Bro i have an issue .i made table view and add some tasks to second controller.its working but when i do not put any thing in textfield and add it to in table view .the empty row create ???what can i do help me???

    • @1TheSwiftGuy
      @1TheSwiftGuy  8 ปีที่แล้ว

      check if the user has entered something, and then only add the item if there is something in the textfield - if textfield.text != ""

    • @MuhammadAli-zv5vz
      @MuhammadAli-zv5vz 8 ปีที่แล้ว

      plz send me email i will send you swift file you check it plzzzzzz

  • @aliquewilliams3080
    @aliquewilliams3080 8 ปีที่แล้ว +10

    This is the old way of using core data. If you're using Swift 3/iOS 10, there are new and much simpler ways.

    • @violettasennikova771
      @violettasennikova771 8 ปีที่แล้ว +14

      Give an example please.

    • @WolfieLikesCake
      @WolfieLikesCake 8 ปีที่แล้ว +8

      Show us the way!

    • @chadmangum4158
      @chadmangum4158 7 ปีที่แล้ว +6

      Downvoted for lack of response and examples.

    • @ArslanAli-ic1mr
      @ArslanAli-ic1mr 7 ปีที่แล้ว +2

      let object = NSManagedObject(entity: NSEntityDescription.entity(forEntityName: "Users", in: context)!, insertInto: context)
      object.setValue("swift", forKey: "username")
      object.setValue("swift123", forKey: "password")
      context.insert(object)

    • @jackh3824
      @jackh3824 7 ปีที่แล้ว

      Arslan Ali. How are you handling an error? I think you're doing it wrong. See here developer.apple.com/library/content/documentation/Cocoa/Conceptual/CoreData/CreatingObjects.html#//apple_ref/doc/uid/TP40001075-CH5-SW1

  • @douglasgarcia2057
    @douglasgarcia2057 8 ปีที่แล้ว

    Thank you!

  • @MrPandaBehr
    @MrPandaBehr 7 ปีที่แล้ว

    Thank you!