Such a beautiful UI for date selection! Beats the heck out of the standard controls. Great logic, design and execution!
@hamslammula61822 жыл бұрын
THANK YOU SO MUCH FOR THIS VIDEO!!! I would greatly appreciate more SWIFTUI system design videos. Especially more backend stuff like querying and receiving data from a non-firebase database.
@christostsangaris4785 Жыл бұрын
As always great tutorial by Kavsoft!! There is an annoying issue: if the app is open or in the background at midnight, the highlighted day won't change until the app is closed and reopened. Any idea how to reload/refresh the view when the day changes? Thanks!
@fallenobject2450 Жыл бұрын
I am having trouble importing the TaskViewModel to list the different tasks on the homescreen. When I build, nothing appears. I think I am missing the correct taskDate or something within the listing of the tasks. Where can I go to figure out exactly what I am doing wrong?
@skovkatt Жыл бұрын
4:25 I keep getting an error that it says it cannot find weekOfMonth, though I did everything as was described in tutorial. What should I do?!
@haz9808 Жыл бұрын
Is there a reason why you don't extract these subviews into their own files rather than using functions to create them? Seems cluttered. Fantastic video as always though.
@andredewaard46332 жыл бұрын
Is it also possible to swipe the week date picker to different weeks?
@Kavsoft2 жыл бұрын
Just Update Just Week Function to return Next Week dates in Swipe action !!!
@rbasamac2 жыл бұрын
I'm asking the same thing. :) Tried something but without success. I also want to somehow make the HStack that contains the week days to perfectly fill the screen/parent ScrollView..
@Prashant-72 жыл бұрын
Instead of on changed can we sink the publishers in vm and notify the view to reload Is it good practice to do ?
@Kavsoft2 жыл бұрын
Yes it is This video is mostly concentrated on UI thats why I didn’t want to complicated
@wata19912 жыл бұрын
there is a bug where if you are using the app on Sunday the app will show Monday - Sunday of the following week.
@yoshirice78622 жыл бұрын
Same here. Anyways, content is amazing!
@rbasamac2 жыл бұрын
This is work of art. Awesome job! Quick question tho: I noticed in your video that when selecting a day to the left (selecting monday when the current selected day is friday) the animation is not the same as when selecting a day to the right (selecting friday when the current selected day is monday). Is there any way to fix this? :) Thanks!
@rbasamac2 жыл бұрын
Nevermind. When running on the simulator and not using the preview, the transition is the same in both directions. :)
@slide87702 жыл бұрын
Hey, such a nice tutorial. ❤ Can you make a tutorial about Listviews and how you add a confirmation dialog to ondelete without loosing the nice animation. Its already implemented by apple in their E-Mail App someway but I couldn't find anything on the internet related to that. I would be really thankful to you. 🙏
@its-a-random-name2 жыл бұрын
phenomenal!
@andrejkling38862 жыл бұрын
It's really amazing...🥳🥳🥳🔥
@dev_jeongdaeri2 жыл бұрын
You are super awesome and always thanks for great content!! 👍👍👍😎
@icedsodapop__ Жыл бұрын
I'm having issues with the tasks to appear! It says no tasks found even though I have the same exact code with no errors
@Kavsoft Жыл бұрын
Did you use the design part or also follow the second part where I'm actually embedding with Core Data? If you’re using the design part, then you need to update the time stamp of the date since those were coded for the date published. For more about embedding it with Core Data, check out the second part. kzbin.info/www/bejne/n3Ktk35pi8ytgrM
@BeShyunVision Жыл бұрын
@@Kavsoft I have similar issue, tasks view doesn't appear to task card view. it isn't also showed task.title on Home.swift(SwiftUI file). I would check the link. thank you.
@brock_etc11 ай бұрын
I’m also having this same issue, I can’t get the tasks to appear.
@itsericbruh5415 Жыл бұрын
I am trying to use this beautiful ui with core data and am having issues. I would love to chat with you to see what I’m doing wrong if your available at all
@Kavsoft Жыл бұрын
I already did a video which will integrate this UI with core data, check it out. kzbin.info/www/bejne/n3Ktk35pi8ytgrM
@itsericbruh5415 Жыл бұрын
Your awesome!!!
@Straitoil Жыл бұрын
Made it to @12:25 but the tasks never displayed. Still says, "No tasks found!".
@Kavsoft Жыл бұрын
Verify the date time stamps are upto current dates, the one in the video is about February
@blessdavies1532 Жыл бұрын
Which mark is that underneath
@blessdavies1532 Жыл бұрын
Hey how did you fix this problem
@ondaga2 жыл бұрын
Juste 🤩
@yasirameen9652 жыл бұрын
That is very amazing
@freeythm29142 жыл бұрын
ThankYou! So Cool 👍
@eldersonlaborit22902 жыл бұрын
how to add the task in the app? if i change de time on my mac, don't show anything.
@ddnnhat2 жыл бұрын
it's just the UI
@fey46922 жыл бұрын
change the taskDate.init(timeintervalsince1970) in TaskViewModel
@maverickchan95522 жыл бұрын
always the best
@judy88212 жыл бұрын
Interesting how you used a func to create a view rather than the @viewbuilder