Тёмный

SwiftData: Building Apple Reminders App Clone Part 10 

azamsharp
Подписаться 23 тыс.
Просмотров 267
50% 1

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

 

17 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 2   
@iozturkeri
@iozturkeri 2 месяца назад
[BUG} when user toggles one reminder to set it complete, then taps on another to set it complete, the first one does not register. Reason is there is only one Delay task created for the whole view. POSSIBLE SOLUTION: previously the delay was created inside ReminderCellView, then we refactored it into ReminderListView. Moving the delay object back inside the ReminderCellView will make each reminder to have its own delay, therefore one reminder interaction will not cancel out the reminder interaction of another. [BUG] the reminders inside the Completed show the reminders as incomplete (the circle empty). The reason, inside the ReminderCellView the checked property is a @State var and set to false, instead of part of reminder object that is passed into it. POSSIBLE SOLUTION: remove @State checked variable and use the view to use reminder's isChecked property.
@azamsharp
@azamsharp 2 месяца назад
Both bugs are fixed in future videos.
Далее
SwiftUI In-App Purchases: Full Tutorial!
36:29
Просмотров 2,6 тыс.
Prank Orchestra
00:10
Просмотров 1,6 млн
From Idea To Robust Database Design
16:21
Просмотров 17 тыс.
Reactive Forms in Angular - Dynamic Validation
13:24
Просмотров 10 тыс.
SwiftUI Card View - Group Box & Customizations
10:21
Просмотров 15 тыс.