I've been an iOS engineer now for a bit over two years and I just want to say... thank you. Without your help I wouldn't be where I am today. Thanks man.
This is what I have been looking for for I don't know how long. Thank you soo much. You just gained your biggest fan and subscriber. I can't thank you enough for this. I have been searching for a quick and easy way to edit core data entry/record for the past month. Even apple documentation doesn't have a short and concise way of doing it. You are a life saver!!! tysm!!!
I try to avoid using storyboards and nibs as much as possible which is why I love his videos. Personally I delete the main storyboard completely but I guess that's just a matter of preference.
this was my first video of yours! I'm brand new to swift and xcode so this was a steep learning curve. My mission was to basically copy everything I saw from you and try and figure out the errors myself, learn some of the why along the way. ChatGPT was great for helping me find my typos and other errors. As far as what most of the functions do and why they need to be written as they are is still lost on me, but i'm sure you'll have other videos on that. Thanks for making this though, the start of my Swift journey!
Hey, soon to be SWE grad here. Know Android studio well enough, but I'm trying to make an IOS app over this break just to learn how to develop in swift as well. Your videos have been the best at helping me turn my ideas into working code. Thanks a ton, I'll be subbing and coming back for plenty more over the next 3 weeks!
Thank you for such a nice and calm video, man. I'm an Android developer, trying to learn the basics of of iOS with swift. I can only advice you to increase the volume; headphones were mandatory due to the low level. Otherwise, everything was nice. I'll stay around.
could you make a video explaining how to implement core data into an existing project that uses user defaults? by replacing user defaults with core data?
Nice video. Continue that. But I tried that on my own exactly like zu did it but when I try to tip the code it just shows errors and the autocomplete don’t do his job. One question: do I’ve to do create the packages ToDoListItem+CoreData... stuff ? Or can I do it also without them/this ?
Thank You Sir, Can you please make a Video where we can save a Structure(JSON Data) in CoreData/Document Directory. Specially I want to know how we can convert the structure in to data and again fetct them into real structure. Thank you.
@@iOSAcademy Thank you! By the way, I just want to say that you're channel is so amazing for beginners like me. I had no idea how to use xcode let alone how to code, but your videos made it very easy. Thank you so much from the bottom of my heart.
At 7:25 when I added func deleteItem(item: ToDoListItem) {, it gives me an error saying, "Cannot find type 'ToDoListitem' in scope". I've tried twice with a new project in case I was missing something, but that same error keeps happening. Any idea what I'm doing wrong?
Hey, I am new to ios/swift and all that, I am getting "Cannot find type 'AppDelegate' in scope" and the internet is not helping me finding the right solution. would you please?
Hi, I have a question. When I delete the item from the list and it shows error like this Thread 1: "-[ToDoListItem.ViewController delete:]: unrecognized selector sent to instance 0x7f9cc6d14850"
With IOS 16 we get this Error Code on console : [Assert] UINavigationBar decoded as unlocked for UINavigationController, or navigationBar delegate set up incorrectly. Inconsistent configuration may cause problems. Any fix for this ?
I actually got success by writing these block. let fetchRequest: NSFetchRequest? fetchRequest = Habit.fetchRequest() fetchRequest?.returnsObjectsAsFaults = false let items = try context.fetch(fetchRequest!) as? [ToDoListItem]
What if I want to insert more rows of data into db? What should I change in didTapAdd function? let alert = UIAlertController(title: "New Program", message: "Enter New Program", preferredStyle: .alert) alert.addTextField(configurationHandler: nil) alert.addAction(UIAlertAction(title: "Submit", style: .cancel, handler: {[weak self] _ in guard let field = alert.textFields?.first, let text = field.text, //Not sure what do I need to change around here !text.isEmpty else{ return } //I've edited createItem function already self?.createItem(categories: text, exercises: text, repetitions: text, sets: text, weight: text) })) present(alert, animated: true)
Fully functional?!? But you can’t re-arrange the list. My fully functional version let’s me shuffle the list and asks me to update the date/time to fit within the new location. But you’re the expert so what do I know...
Tried to follow your steps but with the lack of information you were given about tableviews and all of the code i couldnt manage to understand a thing.... You should really focus on explaining every line you wrote for us begginers to really understand-
I've been an iOS engineer now for a bit over two years and I just want to say... thank you. Without your help I wouldn't be where I am today. Thanks man.
You're welcome!
this was a very solid introduction to saving, editing, creating, and deleting items with CoreData
the best introduction to core data CRUD
Thanks!
This is what I have been looking for for I don't know how long. Thank you soo much. You just gained your biggest fan and subscriber. I can't thank you enough for this. I have been searching for a quick and easy way to edit core data entry/record for the past month. Even apple documentation doesn't have a short and concise way of doing it. You are a life saver!!! tysm!!!
Youre welcone!
The way you do things programmatically makes the flow more visible especially for the AppDelegate.
I try to avoid using storyboards and nibs as much as possible which is why I love his videos. Personally I delete the main storyboard completely but I guess that's just a matter of preference.
this was my first video of yours! I'm brand new to swift and xcode so this was a steep learning curve.
My mission was to basically copy everything I saw from you and try and figure out the errors myself, learn some of the why along the way. ChatGPT was great for helping me find my typos and other errors.
As far as what most of the functions do and why they need to be written as they are is still lost on me, but i'm sure you'll have other videos on that. Thanks for making this though, the start of my Swift journey!
Thanks for watching & great feedback. Check out my swift beginners playlist
How is it going, man?
This video is excellent, short and straight to the point and at the same time, very educative.
Thank you!
Youre welcome!
Essential!. A real definition of scrum master
Hey, soon to be SWE grad here. Know Android studio well enough, but I'm trying to make an IOS app over this break just to learn how to develop in swift as well. Your videos have been the best at helping me turn my ideas into working code. Thanks a ton, I'll be subbing and coming back for plenty more over the next 3 weeks!
Glad I can help!
So veeeeerrryy straight to the point and educative! Thanx!!!
Hie man, a new follower of this channel from South Africa. Thanx for lesson, works well for the current app I'm building
Thanks
this video is exact what i was searching for, thanks man
Youre welcome!
Thank you for such a nice and calm video, man. I'm an Android developer, trying to learn the basics of of iOS with swift. I can only advice you to increase the volume; headphones were mandatory due to the low level. Otherwise, everything was nice. I'll stay around.
could you make a video explaining how to implement core data into an existing project that uses user defaults? by replacing user defaults with core data?
Nice memory leak reference, I needed to know about that. Liked.
Thanks!
CoreData Studio - native macOS app.
Great video man. This is going to help out with my first app!
Thanks
Very good explanation.
What to do to display the date and time below the text like shown in the starting of the video ?
Tks for the video!! one more time your videos were very helpful to me.
Nice work! Thanks so much!! What about the check marks shown in the opening images?
Nice tutorial! But when I edited the item, it creates the new item instead of editing the existing one. How to fix this???
Great video, thank you! You are really good at explaining programming stuff.
Glad it was helpful!
hello i followed your tutorial. just want to know if you have a follow up video about one to many relation in core data
If you read this, can you please do a part two for this video where you read saved items from another view controller?
Can you make a video about using Realm or SQLite database, thanks you so much
Yes! Ive actually got a realm video already. Search for iOS Academy realm!
PS: I LOVE realm
28:32 review
Hi! Great introduction to Core Data for beginners
Thanks!
Nice, but Can you show how to perform all those functions when you have multiple text fields on a view controller ?
Thank you brother
Youre welcome
Hi, great intro to CoreData, thanks for the guide and clear explanation!
Hi! How do I add time to each event? Why don't we use a variable “date”?
such a great tutorial! thank you very much! 🤗🥰
Your welcome
Nice video. Continue that. But I tried that on my own exactly like zu did it but when I try to tip the code it just shows errors and the autocomplete don’t do his job. One question: do I’ve to do create the packages ToDoListItem+CoreData... stuff ? Or can I do it also without them/this ?
Thank You Sir, Can you please make a Video where we can save a Structure(JSON Data) in CoreData/Document Directory. Specially I want to know how we can convert the structure in to data and again fetct them into real structure.
Thank you.
Does anyone feel that the audio is a bit low?
Быстро, просто, ОТЛИЧНО! Огромное спасибо!
I love this man 👍🏾👍🏾👍🏾👍🏾 keep me coming
感谢作者的分享,非常有用🎉🎉
gap yo bratan, yaxshi chiqibdi👍👍👍
Thanks
u r the best , thank u ♥️
Thank you!
Amazing, thank you! Are we allowed to use your code for our own app?
Youre welcome & absolutely
@@iOSAcademy Thank you! By the way, I just want to say that you're channel is so amazing for beginners like me. I had no idea how to use xcode let alone how to code, but your videos made it very easy. Thank you so much from the bottom of my heart.
At 7:25 when I added func deleteItem(item: ToDoListItem) {, it gives me an error saying, "Cannot find type 'ToDoListitem' in scope". I've tried twice with a new project in case I was missing something, but that same error keeps happening. Any idea what I'm doing wrong?
Did you declare the item object?
@@iOSAcademy How do I check if I did? I added it as an entity in CoreDataExample.xcdatamodel, but I don't know if I declared it or not.
Can I actually call the createItem func from another view controller? If I can how can I do that ?
I want multiple lines of information. Can you show us how to ?
In which variable are all values stored?
Your video are great but aren't you going to show how to display the time (createAt) below the todo list?
Hey, if have have solutions how to display time, share in comment
thanks so much to share your knowledges :D
Youre welcome
Great!
Hi! Could you please tell me or show how to search data from firebase table view in swift?
Thank you i will appreciate, if you do so.
Hi I have a question: When creating the project I dont see the classes AppDelegate, SceneDelegate etc/.
Bc you created it with the swiftui option
@@iOSAcademy how can i change it so that i get the same template as yours??
@@somyarathee you need to create a project using uikit instead of swiftui
I searched a lot about how to place that date below the name but couldn't find any. Could you please assist how to add it there with that size?
Hi, will the data persist when you delete and reinstall the app?
is AppDelegate.swift supposed to be automatically created? I don't have it. how can we do this without it?
Dude could u do some tutorial on how to write a todo list without storyboard (plain UI written fully in code) and with navigations and etc. Ty!
Yes, absolutely. Like, sub and stay tuned
Thanks for the content, but the video quality at max resolution is atrocious, it's hard to distinguish letters
Hello, you're volume is so low, I'm cranked to the max.
Thanks for the feedback
Hey, I am new to ios/swift and all that, I am getting "Cannot find type 'AppDelegate' in scope" and the internet is not helping me finding the right solution. would you please?
Hi iOS Academy,
Can you explain for me why I have an error: Value of type 'AppDelegate' has no member 'persistentContainer' ?
Thank you
Could you use Core Data to store images? I'm thinking I'd have to convert the UIImage to a NSData object?
Yes, you can convert then store
Hi, I have a question. When I delete the item from the list and it shows error like this Thread 1: "-[ToDoListItem.ViewController delete:]: unrecognized selector sent to instance 0x7f9cc6d14850"
It gives me error: Can not find type 'ToDoListItem' in scope
Even I'm getting this issue, did you get any answer?
Just try with xCode 12.1 or xCode 12.0 version you won't see errors, I'm not sure what is the issue with xCode 12.4 version, i see same errors.
Same problem here, but when I just run it, the error will gone. I think it just a bug?
@@foojiajieng7428 I just created a separate folder by this name and added these files into it and the error was gone
With IOS 16 we get this Error Code on console :
[Assert] UINavigationBar decoded as unlocked for UINavigationController, or navigationBar delegate set up incorrectly. Inconsistent configuration may cause problems.
Any fix for this ?
I actually got success by writing these block.
let fetchRequest: NSFetchRequest?
fetchRequest = Habit.fetchRequest()
fetchRequest?.returnsObjectsAsFaults = false
let items = try context.fetch(fetchRequest!) as? [ToDoListItem]
thx😊
your welcome
26:20 How did you change it to dark mode?
Command shift a
@@iOSAcademy Thank you :) Your videos are so helpful, easier to understand. Kudos to you buddy!
How can i copy just 1 line in xcode? I mean Command
nice
Thanks
What if I want to insert more rows of data into db? What should I change in didTapAdd function?
let alert = UIAlertController(title: "New Program",
message: "Enter New Program",
preferredStyle: .alert)
alert.addTextField(configurationHandler: nil)
alert.addAction(UIAlertAction(title: "Submit", style: .cancel, handler: {[weak self] _ in guard let field = alert.textFields?.first,
let text = field.text, //Not sure what do I need to change around here
!text.isEmpty else{
return
}
//I've edited createItem function already
self?.createItem(categories: text, exercises: text, repetitions: text, sets: text, weight: text)
}))
present(alert, animated: true)
10:45
Hi
Hi there
👍🏻
Thanks
Send the code for me man
... GO AHEAD ...
Yep, i say it a lot lol
Fully functional?!? But you can’t re-arrange the list. My fully functional version let’s me shuffle the list and asks me to update the date/time to fit within the new location.
But you’re the expert so what do I know...
all of udemy and youtube tutorials very cursory. they dont care design, functionality or logic. Basically, they are all trash.
This video is not about "How to make a TODO List in Swift". This video is about CoreData. ;)
Tried to follow your steps but with the lack of information you were given about tableviews and all of the code i couldnt manage to understand a thing.... You should really focus on explaining every line you wrote for us begginers to really understand-
25:12
27