SwiftUI - Task Management App - SwiftData - Complex UI - Xcode 15 - SwiftUI Tutorials - Pt 2
🕑 Added 2023-07-10 22:05:25 +0000 UTCSource Code For SwiftUI - Task Management App - SwiftData - Complex UI - Xcode 15 - SwiftUI Tutorials - Pt 2.
Download Code π
Comments
Vandro Aurelio
Thanks for this code, it's really good! I want to add a "Today" button so scroll back to today's week, can you help with that?
Jorge
How could you implement two buttons to go from left to right without using scrolling for previous and next weeks in this app?
Gonzalo M. Rivas Salerno
I had to remove "object :" from task deleting function. And works fine!
Kavsoft
SwiftData Query was quite unstable in beta 5, and it's been solved in beta 8. Please test it with Xcode 15 beta 8.
Nilesh
We are currently using ios 15 beta 5 issue's and we are facing an issue in that app, looks like its giving blank screen with iOS 17 iPhone 14 and query with predicate is not working fine. Can you please check and share the updated code if there is any. fileName - TasksView.swift
Kavsoft
SwiftData is quite unstable right now; I hope it all goes away when the actual version of Xcode 15 releases!
Kyle Fang
When launching this code with the latest Xcode 15 beta 5. It stuck on a infinite loop. The TasksView will keep re-rendering it seems. It will work if we disable the custom @Query predicate
Kavsoft
I just tested the code, Itβs working! Please verify whether youβve added the model container in the Main App
Muad'dib Pavlo
Hello and thank you for a code! Does anyone has problem with this code - tasks are not appearing? meaning 'tasks.isEmpty', like it's always empty?
Sebastian Ovalle
Never mind, i need to update Xcode beta 4
Sebastian Ovalle
First, Thankss!! Hello, I have this problem, does anyone know why? "-[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID"
Andrej
Thank you so much...