Ngl one of the simplest tutorials to follow along to and I've watched plenty. Simple UI and enough to setup this UI as a template to add additional features that other commenters are mentioning like having same products in the cart and a counter for products to either add more quantities or remove it w/o the trash icon. Thanks for the helpful vid and look forward to more!
Thanks for sharing!!👍🏿 To fix deleting all of the same sweaters from cart I found that in function removeFromBag if let removeProduct = products.firstIndex(where: {$0.id == product.id}) { products.remove(at: removeProduct) } works perfectly and only removes one instance of the same sweater from the cart 🙂
Nice tutorial, but one thing I like to had is to prevent to add existing product in cart and change the + icon for product into a minus or delete button. Thanks for great tutorial.
Just a couple of questions: What if we had different costs for different sizes? How do we add a tip option in the final checkout? Thanks a lot for this helpful video!
Nice video but there is some issue when we add particular sweater multiple time than we got to cart and delete one piece of sweater than it also delete all the particular sweater, so how to tackle this
Created merchant id and certificate in application. The payment is processes successfully but can't see debited from my account. How to solve this problem and configure it ?
Is there anyway for instead of a set image, we can replace that with a URL link and that link changed for each product? If so, please explain how thanks!
hi i have an issue with the content view when i add the foreach function my canvas doesn't preview and says "Updating took more than 5 secs" does anyone know how to fix that
Thread 1: Fatal error: No ObservableObject of type CartManager found. A View.environmentObject(_:) for CartManager may be missing as an ancestor of this view. what should i do ? i followed your steps , i can add the products but when i click on the cart it crashes
Ngl one of the simplest tutorials to follow along to and I've watched plenty. Simple UI and enough to setup this UI as a template to add additional features that other commenters are mentioning like having same products in the cart and a counter for products to either add more quantities or remove it w/o the trash icon. Thanks for the helpful vid and look forward to more!
Wow you really made it really clear and easy to digest nice minimal tutorial, keep making videos you got a new Mongolian subscriber 😅
Thanks for sharing!!👍🏿
To fix deleting all of the same sweaters from cart I found that in function removeFromBag
if let removeProduct = products.firstIndex(where: {$0.id == product.id}) {
products.remove(at: removeProduct)
}
works perfectly and only removes one instance of the same sweater from the cart 🙂
you are amazing :)) Thx
Thanks a lot for this!
Finally a full Swift bourse for free with high qualify content
Could you teach a small app where user can reserve an appointment or reserve a table with some other pages
.
thank you so much I was really fun watching your video and I did learn a lot.
I've been looking for a video to explain something like this for so long THANK YOU!
This is just so wonderfully explained and clear. Thank you so much!!!
Nice tutorial, but one thing I like to had is to prevent to add existing product in cart and change the + icon for product into a minus or delete button. Thanks for great tutorial.
Yes, but what if you want to order 2 or more sweaters of the same type?
u can but if you delete one sweater the second one will delete too @@teo-memes
Thank you so much for share your knowledge ! I’m really appreciate your video. Thank you ☺️
Hi from Morocco, perfect tutorial.
Perfect explanation! Thank you very much!
Thank you for sharing your knowledge 👌🏽
So grateful for your tutorials guys !!! Can you please make a food Calorie App with firebase ?
Hi Giorgos! Thanks for your feedback and suggestion! We'll consider this for a future tutorial!
- Stephanie
Thank you for sharing your knowledge 🙏
nicely done!
Just a couple of questions:
What if we had different costs for different sizes?
How do we add a tip option in the final checkout?
Thanks a lot for this helpful video!
This is awesome! can you build a nft minting platform for art?
Hi, in 4.14 minutes, how have you added your icons ??
Nice video but there is some issue when we add particular sweater multiple time than we got to cart and delete one piece of sweater than it also delete all the particular sweater, so how to tackle this
Super! Thank u
Could you make a video using UIKit? I’m trying to make a one time purchase for my icons in my tic tax toe game
Simply Awesome 🤩
Gracias !you are the best!,
Created merchant id and certificate in application. The payment is processes successfully but can't see debited from my account. How to solve this problem and configure it ?
One of the best video
very essay to understand
Hello! Is there an easy way to add the information in the cart to a databse rather than apple pay? Thank you!
Thanks really fun building it, looking forward to learn how to implement nft minting
:)
me too, wanna be a study buddy?
amazing goodjob bro
Is there anyway for instead of a set image, we can replace that with a URL link and that link changed for each product? If so, please explain how thanks!
Gooooooooood..!!! i will make this app!!!
Can I learn swiftUI and build complete apps and know nothing about swift
Is Cart is ❤️
I'm doing it but the size is the issue
Greetings from Russia)
Hello, Stephanie! I'm always watching iOS development videos! Apple Pay is not available in Korea, but can I use it for my job portfolio and iOS Test?
@Cristina Richter Can you tell me which course it is?
hi i have an issue with the content view when i add the foreach function my canvas doesn't preview and says "Updating took more than 5 secs" does anyone know how to fix that
Thread 1: Fatal error: No ObservableObject of type CartManager found. A View.environmentObject(_:) for CartManager may be missing as an ancestor of this view.
what should i do ?
i followed your steps , i can add the products but when i click on the cart it crashes
Did you resolve? Im with the same problem
@@oMosqueteiro1910 i removed the cart button indicator and it was fine ,
you forgot thr code in Navigation link in conent view
Excelente
What about listing products
Like an easy user friendly way
need help in building an app stuck at a problem please help someone kindly reply to guide me will be obliged
👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽
U would never typically store images in such a mannor u would store them on a server and pull them down