SwiftUI 3.0 - Task Management App UI - Complex UI - MVVM - Xcode 13 - SwiftUI Tutorials

  Рет қаралды 47,397

Kavsoft

Kavsoft

Күн бұрын

Пікірлер: 40
@KimbrellBrad
@KimbrellBrad 2 жыл бұрын
Such a beautiful UI for date selection! Beats the heck out of the standard controls. Great logic, design and execution!
@hamslammula6182
@hamslammula6182 2 жыл бұрын
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
@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
@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
@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
@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.
@andredewaard4633
@andredewaard4633 2 жыл бұрын
Is it also possible to swipe the week date picker to different weeks?
@Kavsoft
@Kavsoft 2 жыл бұрын
Just Update Just Week Function to return Next Week dates in Swipe action !!!
@rbasamac
@rbasamac 2 жыл бұрын
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-7
@Prashant-7 2 жыл бұрын
Instead of on changed can we sink the publishers in vm and notify the view to reload Is it good practice to do ?
@Kavsoft
@Kavsoft 2 жыл бұрын
Yes it is This video is mostly concentrated on UI thats why I didn’t want to complicated
@wata1991
@wata1991 2 жыл бұрын
there is a bug where if you are using the app on Sunday the app will show Monday - Sunday of the following week.
@yoshirice7862
@yoshirice7862 2 жыл бұрын
Same here. Anyways, content is amazing!
@rbasamac
@rbasamac 2 жыл бұрын
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!
@rbasamac
@rbasamac 2 жыл бұрын
Nevermind. When running on the simulator and not using the preview, the transition is the same in both directions. :)
@slide8770
@slide8770 2 жыл бұрын
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-name
@its-a-random-name 2 жыл бұрын
phenomenal!
@andrejkling3886
@andrejkling3886 2 жыл бұрын
It's really amazing...🥳🥳🥳🔥
@dev_jeongdaeri
@dev_jeongdaeri 2 жыл бұрын
You are super awesome and always thanks for great content!! 👍👍👍😎
@icedsodapop__
@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
@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
@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_etc
@brock_etc 11 ай бұрын
I’m also having this same issue, I can’t get the tasks to appear.
@itsericbruh5415
@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
@Kavsoft Жыл бұрын
I already did a video which will integrate this UI with core data, check it out. kzbin.info/www/bejne/n3Ktk35pi8ytgrM
@itsericbruh5415
@itsericbruh5415 Жыл бұрын
Your awesome!!!
@Straitoil
@Straitoil Жыл бұрын
Made it to @12:25 but the tasks never displayed. Still says, "No tasks found!".
@Kavsoft
@Kavsoft Жыл бұрын
Verify the date time stamps are upto current dates, the one in the video is about February
@blessdavies1532
@blessdavies1532 Жыл бұрын
Which mark is that underneath
@blessdavies1532
@blessdavies1532 Жыл бұрын
Hey how did you fix this problem
@ondaga
@ondaga 2 жыл бұрын
Juste 🤩
@yasirameen965
@yasirameen965 2 жыл бұрын
That is very amazing
@freeythm2914
@freeythm2914 2 жыл бұрын
ThankYou! So Cool 👍
@eldersonlaborit2290
@eldersonlaborit2290 2 жыл бұрын
how to add the task in the app? if i change de time on my mac, don't show anything.
@ddnnhat
@ddnnhat 2 жыл бұрын
it's just the UI
@fey4692
@fey4692 2 жыл бұрын
change the taskDate.init(timeintervalsince1970) in TaskViewModel
@maverickchan9552
@maverickchan9552 2 жыл бұрын
always the best
@judy8821
@judy8821 2 жыл бұрын
Interesting how you used a func to create a view rather than the @viewbuilder
2 жыл бұрын
👏👏👏
@ThavornK.
@ThavornK. 2 жыл бұрын
👍👍👍
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 36 МЛН
iOS Dev Vs. Web Dev - My Thoughts After Building My First iOS App
3:54
Your Average Tech Bro
Рет қаралды 84 М.
SwiftUI Tutorial: Build  A Story App
39:06
SuCodee
Рет қаралды 4,7 М.
Let's Clone An App - Beginner SwiftUI - Structured App Part 1
14:36
Coding In A Nutshell
Рет қаралды 3,2 М.
Play: The Secret Weapon for iOS Devs & Designers
10:12
Sean Allen
Рет қаралды 34 М.