I finished the logic of a task manager app I’m building as my first project in Swift. When running the code on my phone the app appears DailyTasksView (Portrait mode) to be blank and clicking on the top right button does nothing. I can swipe to the next page for the weeklyTasksView but the ui is also nothingWeeklyTasksView(Landscape). I’m no longer able to use the canvas preview in Xcode and the view hierarchy doesn’t make sense to me.
Based on the code and my idea for the app I expected it to look more like thisExample UI
My Code is here: https://github.com/colby5123/Organize
I’ve tried debugging in GPT-4, running simulations on different devices besides my own phone, cleaning my build folder, restarting Xcode to view the previews, and trying to understand view hierarchy.




