Lesson 10: Items List – SwiftUI To Do List

preview_player
Показать описание
In this video we will build our to do list items view. This view will show us a list of our to do list items for the current user. Moreover, this list will update in real-time with a Firestore query listener. In addition, we will showcase the due date for each item in the list – as well as a checkmark circle too mark items as complete/incomplete.

** Popular Series

** Get Skillshare free for 2 Months and learn iOS

** Manage all your investments from app earnings on Betterment!

** Grow your own Youtube tech channel with TubeBuddy:

#swiftUI #Swift #iOSDeveloper
Рекомендации по теме
Комментарии
Автор

Thanks IOS Academy <3 but in (3:49) i create a List it doesn't work, but in Firestore it have a action title It would be great if you could answer it

phongho.design
Автор

Hi iOS Academy, in the ToDoListView, how to sort the to do items by dueDate ascending and filter to do items by isDone?

trankieuminh
Автор

Great video, again! I have one issue: When building the List (video 3:49) I do not get any items from Firestore. I checked Firestore and the todos are there. Everything looks exactly as shown in your video. items.count is 0. Any ideas?

snooody
Автор

I have followed the series very strictly but the issue is @09:00 time stamp of video you add the list item thing to list menu area, but when I do it in my XCODE it throughs error I tried GPT and other resources to fix that I can't find a solution and now I am stuck in middle help me with it

madhavagrawal
Автор

I think ToDoListItemView in the viewModel property should be ToDoListItemViewViewModel no ProfileViewViewModel

mateuszchojnacki
Автор

On your ToDoListItemView you created a viewModel variable of type it be of the type ToDoListItemViewViewModel and you would create the toggleIsDone func inside of it?

ChambinhoDeeJay
Автор

When you create a new task, it replaces the old one. What could be the problem?

bussiness
Автор

If I was to have multiple to do pages, and wanted to filter my query based on one of the items in the to do, how would I do that?

MasonBoertien
Автор

You probably already figured it out ....but the 'Delete Button' use the Button modifier with the .role(.destructive), .action, label ...then it will turn the color to red

guarino
Автор

I am getting this error "Invalid path (users//todos). Paths must not contain // in them." what should I do?

simaopires
visit shbcf.ru