Always feel like you upload the content I’m looking for at exactly the right time - mind reader! Thanks Balaji!
@columio Жыл бұрын
Thanks again for such a good tutorial. I'm learning a lot from these!
@JustinHold Жыл бұрын
This gave my fingers a workout! Love your videos as always.
@talenodigital Жыл бұрын
Thanks @Kavsoft for making this kind of content. I love this format. I can just follow along easily + the chill music in the background just makes me want to continue coding as a newbie. Peace! ✌
@kenturnbull9679 Жыл бұрын
Thanks for the great content. Anything else on SwiftData especially with the different type of relationships would be really good. Looking forward to it.
@Mahadev-x7u Жыл бұрын
Excellent 👌 thank you 🎉
@Byte_Code Жыл бұрын
Another great content 👏
@eduardodelpinotoro7425 Жыл бұрын
Hello, thank you very much for the tutorials, I have a problem, the codes are fine but it does not compile, what could it be?
@chaoukihamza-j6f Жыл бұрын
Nice
@ste4142 Жыл бұрын
why don't u make an episode 2 where you add to the category views chart where you can see the average on each category? It would be cool and we already should have the basis
@w0mblemania Жыл бұрын
Thanks for this. It's very useful. Q. how are you showing the phone side-by-side with Xcode?
@Kavsoft Жыл бұрын
It’s a SwiftUI preview, you can toggle it by using CMD+Option+Return
@w0mblemania Жыл бұрын
@@Kavsoft Ah, thank you!
@TImHagele Жыл бұрын
Thank You Balaji
@Drow_choi Жыл бұрын
thankyou for good video! and i have a one question.. Is there a way to go to the 'add expense' screen even when I press the plus button on the Category tab? please reply anything..😭
@Kavsoft Жыл бұрын
Just pass the addExpense state as a binding to the category section and toggle it instead of toggling the addCategory state.
@Drow_choi Жыл бұрын
@Kavsoft thank-you for you're reply. It's a shame, but I'm a beginner and just started studying Xcode development. Can you tell me in more detail what part of the code I should bind and how? I'm so sorry 😞
@Drow_choi Жыл бұрын
I did it!!! thank you sooooo much 😘😘
@ДенисМельник-ю3е Жыл бұрын
Hello @Kavsoft, thank you for your video. I faced an error "The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions" on 17 minute progress. Suggestions on the Internet do not work. What can be done to solve this?
@Kavsoft Жыл бұрын
I just ran the project on Xcode 15.0, and it’s running fine!
@TImHagele Жыл бұрын
HAPPENED TO ME TOO. accidentally used "expenses" instead of "expense"... Error didn't highlight it because both were feasible values. 10/01/2023 Code works - Xcode 15 Thank you Kavsoft
@Lugaresdecabeza Жыл бұрын
Its happening to me too... I'm not sure what is the error.. :(
@mushiimushiii84637 ай бұрын
@@Kavsoft hello kavsoft, im running on xcode 15.4 and it mentions that is there anyways or other vids of your reference I can use to fix this ?
@mushiimushiii84637 ай бұрын
pertaining "The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions"
@Aymen_Raeed Жыл бұрын
Hi can you help me with my question why you used class instead of a struct creating the data model??
@jiqqaman Жыл бұрын
the @Model macro only works with classes.
@FinansUzmani Жыл бұрын
i cant import SwiftData. I get an error like this: No such module 'SwiftData'.
@Kavsoft Жыл бұрын
SwiftData requires Xcode 15 beta
@chezchezchezchez Жыл бұрын
Very nice, but a a few explanations from you instead of the annoying music would be wonderful. We’re trying to learn from this. Why not talk about the tricky parts?
@FRkiddo Жыл бұрын
This not convenient enough for you already? What do you have to bring to the table in return?
@30guarino Жыл бұрын
He is shy lol.... but what I do is mute the music and play at .50x speed, open up another KZbin tab and play music that matches the pace of the Kavsoft's video
@kenturnbull9679 Жыл бұрын
@@30guarino And I thought that I was the only one that did that. 🙂
@talenodigital Жыл бұрын
Hey @_Kavsoft 👋 First of all, thanks for the YT video. I'm following as I watch. However, I'm getting this weird error in the toolbar of Add Expense view. What could be the problem here? 🤔 The error: Static method 'buildExpression' requires that 'ToolbarItem' conform to 'View' Where 'Content' = 'ToolbarItem' (SwiftUI.ViewBuilder)
@talenodigital Жыл бұрын
Oh this is fixed now. 👍
@Kauaii777 Жыл бұрын
How did you fix this error im having issues with this topic