Тёмный

How to Make a Task List App w/ SwiftUI! (Xcode) 

Jared Davidson
Подписаться 69 тыс.
Просмотров 30 тыс.
50% 1

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

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 96   
@Archetapp
@Archetapp 4 года назад
Sup guys, happy to be back doing these type of videos. :] If y'all have any questions or suggestions for future videos or ideas, let me know! :D
@markme7092
@markme7092 4 года назад
Jared Davidson Hay friend! I want to save & display time & date in UITableView cell core data. Please make a video.
@chriscomas137
@chriscomas137 4 года назад
Hey Jared, love your videos. I have an awesome suggestion for your next video! There’s a super cool framework called CollectionViewPagingLayout by Amidrew. I’m not too good with 3rd party frameworks. It’s like the modern version of iCarousel. I’d love to watch you help us install and use it if you can please. Thanks!
@andrehadianto1328
@andrehadianto1328 4 года назад
Hi! Great content! Some feedback to this one would be to implicitly show the changes you made to the files. at 4:57, you move DataStore.swift into the main folder and subsequently change the file name into TaskFiles.swift. I think some would appreciate it if you explain your reasonings!
@drewkeith
@drewkeith 4 года назад
I've begun learning Swift and I just wanted to thank you! You're breaking things down that not many other channels have, such as WHY the code works the way it does. Big props to you for continuing helping. You're awesome, keep it up! Thanks!
@Archetapp
@Archetapp 4 года назад
Thank you SO much for this comment! Means a lot. I put a lot of effort into these things, so I’m always happy to get comments like this recognizing my efforts. :]
@drewkeith
@drewkeith 4 года назад
Archetapp you can see the effort!
@santiagoquihui9364
@santiagoquihui9364 4 года назад
Glad to have you back!
@Archetapp
@Archetapp 4 года назад
Good to be back. :]
@victoraul1
@victoraul1 4 года назад
Great to have you back, thanks for your tutorials!
@JoeDoe1
@JoeDoe1 4 года назад
Thanks Jared, this video popped up and I couldn’t help but fire up Swift and follow along. I still have the space game that you posted many years ago.
@Archetapp
@Archetapp 4 года назад
That’s awesome man!! Been a while, haha. :]
@maxstanley1818
@maxstanley1818 3 года назад
I was trying to make a custom task app and was stuck for a couple days, after seeing this video I was doing it COMPLETELY wrong. Using a swift view file instead of a file, using a struct instead of classes, lol. I am dropping my ego and gonna start watching tutorials again. This vid def put me in a good route, thanks!
@indnjcyoung
@indnjcyoung 2 года назад
Your explanation is really really easy to understand! One of the best I've ever watched on RU-vid! Thank you Jared!
@mahiryusufacan
@mahiryusufacan 4 года назад
Thank you very much Big Man. I joined a competition and I came first , you teach me how to write code.
@Archetapp
@Archetapp 4 года назад
That’s awesome man!
@mobinal5429
@mobinal5429 4 года назад
When you've become a master of SwiftUI? Jared: Last night ...It's great to see you back 🤘🏼
@Archetapp
@Archetapp 4 года назад
😉
@bossybubba
@bossybubba 4 года назад
So glad to have you back! I really enjoy watching your videos!
@johnhalley5063
@johnhalley5063 4 года назад
Great to see you back Gared. Your videos helped me create a mediation app for my final year project in college :)
@JeremySeiner
@JeremySeiner 4 года назад
Yay! So happy to see more videos from you! This is perfect timing because I'm looking to get into Swift UI!
@도둘리-i7k
@도둘리-i7k 2 года назад
Such an wonderful explanations for each line of code! Thank you so much!!!
@iamadityaahir
@iamadityaahir 4 года назад
This tutorial was lit! It was my first time learning swiftUI and I didn't knew anything about it! But thanks to you, all the features in the app are working perfectly!
@kevinsaj604
@kevinsaj604 2 года назад
Thank you so much for this video Jared! Really detailed steps which helped me a lot as I am new to Xcode.
@ironbeardg1059
@ironbeardg1059 4 года назад
It’s been a long time!! You helped me tons while I was learning to code with Swift. Really nice see out there still growing. Best of luck.
@bigmtnstudio
@bigmtnstudio 4 года назад
Welcome back, Jared!
@bbulliard
@bbulliard 2 года назад
Very wonderful video. I learned a lot. You are a world class teacher
@abdouett3676
@abdouett3676 4 года назад
Thanks Jared. Nice to see you again. It was a long time ago :)
@mirza565
@mirza565 3 года назад
Very simple, thanks my mannn
@punkysuen
@punkysuen 4 года назад
Very good and straight-forward, thanks!
@perezwillie-nwobu3269
@perezwillie-nwobu3269 4 года назад
Good to have you back kid!
@taoapps5637
@taoapps5637 3 года назад
Great Tutorial, Thanks
@Grabthar
@Grabthar 3 года назад
Request to update with a way to save the list to the device? Thanks, great tutorials!
@mohmmedAlSaPlel
@mohmmedAlSaPlel 4 года назад
My friend, welcome back, I hope I won't write a code quickly 🙈
@malozyali
@malozyali 3 года назад
Very clean video. Thanks a lot..
@edivaldogoncalves07
@edivaldogoncalves07 3 года назад
Great tutorial man learned a lot
@iammxrn
@iammxrn 4 года назад
Tell about different architectures. MVC, MVVM, VIPER etc. P.s. Welcome back buddy :)
@juliansteden2980
@juliansteden2980 4 года назад
Nice Video! But you should change the way you create your task id to something like UUID. Right now you‘ll be running into problems because of duplicate ids. Imaging having 4 tasks. The next one you add gets an id of 5 (task count +1) . Then you delete for example task 2. The next task you add will be getting id 5 as well. SwiftUI/Combine needs unique ids to identify each item uniquely for stuff like deleting or moving or it will lead to strange behaviour. ;)
@kamilap3404
@kamilap3404 4 года назад
thank you so much! it was really helpful
@donathmm3881
@donathmm3881 4 года назад
Why are you importing combine when you don't need it because it works with importing SwiftUI only
@Archetapp
@Archetapp 4 года назад
Oh, huh, yeah, just tested it without combine and it totally works... sorry, read on a website that it needed it... guess not, haha. Thanks for the heads up.
@shireefadel8064
@shireefadel8064 4 года назад
Welcome back Jared
@itsCalistus
@itsCalistus 4 года назад
Welcome back. How was Brazil?
@iosmayank
@iosmayank 4 года назад
Good video & Great to see you back man :)
@Archetapp
@Archetapp 4 года назад
Mayank Gupta Great to see you too man! :]
@iosmayank
@iosmayank 4 года назад
@@Archetapp Haha
@DougzBuzz
@DougzBuzz 3 года назад
Wow finally some help thank you.
@airesnobeat
@airesnobeat 4 года назад
Welcome back, only noticed today
@Glym
@Glym 4 года назад
Урааа!) очень круто что ты вернулся )
@DavidNitzscheBell
@DavidNitzscheBell 2 года назад
It seems like all tutorials that talk about lists only use Strings for each row. How about a complex object, like a Student struct or a Match struct? And then having a second screen to fill-in the details for the struct? Any suggestions?
@sdlaker8397
@sdlaker8397 2 года назад
Thanks for this jared. Is there a way to do this but with multiple columns? Say you wanted a list of items and their quantities that you then wanted to add up at the bottom?
@maryannadelman4438
@maryannadelman4438 2 года назад
Would it be possible to have a drop down list of items that the user would select from to populate their to do list instead of typing in a text field?
@viajeronato
@viajeronato 4 года назад
Miss You :')
@Archetapp
@Archetapp 4 года назад
Missed you too, haha. ;)
@iKh4ever
@iKh4ever 4 года назад
Welcome back, brother.
@NilsMango
@NilsMango 4 года назад
Great tutorial, thank you!
@toanuk
@toanuk 4 года назад
Hi Jared. It is great to see you again. Please try to do CoreData with CloudKit I want to learn how to do it. Thanks Look after yourself
@Devsignerz
@Devsignerz 4 года назад
hey welcome back!!!
@miguelmendes1690
@miguelmendes1690 3 года назад
Hey, one quick question. Everything works, but the lines of the list and the text are not aligned. Like, the "to do item" that I write and insert, is normal, but the lines are a bit to the right. Did I miss something?
@jaroslavkvapil2386
@jaroslavkvapil2386 4 года назад
Thanks! :)
@EskilssonG
@EskilssonG 4 года назад
Is it possible to add checkmarks to that list? Or do you have to create another type of list instead?
@emmanuelpregnolato5026
@emmanuelpregnolato5026 4 года назад
Welcome back!
@Nunny25
@Nunny25 3 года назад
Thansk for tutorial..
@adamm3122
@adamm3122 4 года назад
Welcome back!!!!
@jrgibson
@jrgibson 4 года назад
welcome back mate.
@Archetapp
@Archetapp 4 года назад
Thanks. :]
@vikibaarathi
@vikibaarathi 4 года назад
Welcome back
@Nunny25
@Nunny25 3 года назад
Will You advise how store tasks for exampla to UserDefault? Thanks
@b0red7
@b0red7 4 года назад
can you make a tutorial on how to clone notion or taskade.com ?
@an80x86
@an80x86 4 года назад
Welcome again.
@decepi
@decepi 3 года назад
Does anyone have any begginer friendly guides/resources for how to persist the task data? I have been trying to work through persisting data for a simple application like this and everything I can find just wants you to enter the code without explaining WHY stuff is entered as it is like he explains here
@yoursauceisweak
@yoursauceisweak 3 года назад
Jared, do you know if it's possible to move an item between List Sections in SwiftUI? I haven't found any tutorials anywhere online
@ecptavares
@ecptavares 4 года назад
Hi!What if on my main screen I have a list(tableview) and when I clicked a button it would present a sheet.Can I have more observedObject throughout my project to have access to the data on other screens too? Obrigado
@blaze-plaze2485
@blaze-plaze2485 2 года назад
I want a feature for a app that I’m making so that i can add items into a list kinda think just like in python, after you run the program this feature will make 2 different list that has the contents of the original list say the original list had 10 items and then there are to lists with 5 items each. Im really new to xcode and app development so i would rlly appreciate help.
@denniswhite6779
@denniswhite6779 4 года назад
curious how you would make a row selectable? I tried to add the onTapGesture() to the items as they were being added but the best I could not make it so the whole row was selectable. rather just the Text() that was added to the row.
@aliciasuper7014
@aliciasuper7014 3 года назад
Such a good video
@Archetapp
@Archetapp 3 года назад
Thanks!
@rodrigojuniordasilvasa8803
@rodrigojuniordasilvasa8803 4 года назад
Muito bom, eu não sabia que dava pra fazer isso.
@gabo8322
@gabo8322 4 года назад
Hello! Great video - THX!!! I would love to connect this simple app to a firebase database and allow the app to be use in multiple devices while allowing real time data updates. Can someone please help me with this or direct me to a tutorial?
@DigitalHole
@DigitalHole 4 года назад
Well Explain!
@diegojanampa5672
@diegojanampa5672 4 года назад
thanks
@000blackapple000
@000blackapple000 4 года назад
can you keep updating this TodoApp with new features in new tutorials?
@Archetapp
@Archetapp 4 года назад
Sure! I thought about that as well.
@000blackapple000
@000blackapple000 4 года назад
Awesome I’ll be waiting for your future videos
@abdusalam3ar
@abdusalam3ar 4 года назад
Thanks for the amazing tutorial. However, I have a problem. When I move the task of adding new item into another view the listview doesn't update, but the list itself does! So I made an another view where I have a textfield and a button, when I click the button a new item is added to the list and app is navigated to the list view, but the added item doesn't show up. Any idea why? Here is the project if you have time to take a look: github.com/abdusalamApps/ToDo-SwiftUI
@tenminutetokyo2643
@tenminutetokyo2643 4 года назад
Why Brazil? Ah you’re a Mormon missionary.
@naverone_
@naverone_ 4 года назад
Bro. Great, I like your videos, but I appreciate the sub at less in English, because I really don't speak English well, and the sub help me to understand you P.D: I copy y paste this from google translate xD
@Archetapp
@Archetapp 4 года назад
Haha, that seems like a lot of work! Glad you find the videos helpful still! what language do you speak?
@naverone_
@naverone_ 4 года назад
@@Archetapp Jajaja Yes very helpful and I like how you explained, I guess RU-vid add the sub because in others of yours videos have sub, i don understands in this not. I Speak Spanish 🤘
@abcd123906
@abcd123906 3 года назад
6:38
@dima12011201
@dima12011201 4 года назад
It’s like apple reinvented android’s xml😂😅
@cyberrage8658
@cyberrage8658 3 года назад
Please make one about swift not swiftUI
@gofudgeyourselves9024
@gofudgeyourselves9024 4 года назад
The return of the Jared
@Andrew-K
@Andrew-K 4 года назад
Welcome back!
@Archetapp
@Archetapp 4 года назад
Thanks!
Далее
Let's Design the App Store w/ SwiftUI! (Part 1)
18:59
Create a List of Todo items in SwiftUI | Todo List #1
20:53
would you eat this? #shorts
00:13
Просмотров 470 тыс.
@ItsMamix учу делать сигму😎
00:12
Просмотров 411 тыс.
SwiftUI List with Custom Cell & Passing Data
36:27
Просмотров 117 тыс.
ChatGPT Programmed a Twitter Clone for Me!
23:13
Просмотров 145 тыс.
Building a Mobile App in 2024: The BEST Technologies
13:31
I found more incredible 3D personal portfolios!!!
19:12
Note App Core Data Swift Xcode Tutorial
13:14
Просмотров 28 тыс.
would you eat this? #shorts
00:13
Просмотров 470 тыс.