Тёмный

Create a Shopping App with Apple Pay in SwiftUI from scratch - Part 1 

DesignCode
Подписаться 306 тыс.
Просмотров 63 тыс.
50% 1

Опубликовано:

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 55   
@sherrera101
@sherrera101 2 года назад
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!
@sharshuwuu
@sharshuwuu 7 месяцев назад
Wow you really made it really clear and easy to digest nice minimal tutorial, keep making videos you got a new Mongolian subscriber 😅
@isaacasante5794
@isaacasante5794 2 года назад
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 🙂
@Vezu09
@Vezu09 2 года назад
you are amazing :)) Thx
@c.f5170
@c.f5170 Год назад
Thanks a lot for this!
@amaningappiah-nti4997
@amaningappiah-nti4997 2 года назад
Finally a full Swift bourse for free with high qualify content
@DebduttaPanda
@DebduttaPanda 2 года назад
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.
@teo-animations
@teo-animations Год назад
Yes, but what if you want to order 2 or more sweaters of the same type?
@sharshuwuu
@sharshuwuu 7 месяцев назад
u can but if you delete one sweater the second one will delete too @@teo-animations
@WinnerSingh
@WinnerSingh 8 месяцев назад
Could you teach a small app where user can reserve an appointment or reserve a table with some other pages .
@Thatguybillosh
@Thatguybillosh 2 года назад
I've been looking for a video to explain something like this for so long THANK YOU!
@giorgos6294
@giorgos6294 2 года назад
So grateful for your tutorials guys !!! Can you please make a food Calorie App with firebase ?
@DesignCodeTeam
@DesignCodeTeam 2 года назад
Hi Giorgos! Thanks for your feedback and suggestion! We'll consider this for a future tutorial! - Stephanie
@lf5835
@lf5835 2 года назад
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!
@AmineCch2t
@AmineCch2t 2 года назад
Hi from Morocco, perfect tutorial.
@rehaninamdar7455
@rehaninamdar7455 2 года назад
thank you so much I was really fun watching your video and I did learn a lot.
@frenchbenj
@frenchbenj 2 года назад
This is just so wonderfully explained and clear. Thank you so much!!!
@PulseBreakerandLNP
@PulseBreakerandLNP 2 года назад
Thank you so much for share your knowledge ! I’m really appreciate your video. Thank you ☺️
@mEtAlMaNiAc787
@mEtAlMaNiAc787 6 месяцев назад
nicely done!
@eidyusuf8775
@eidyusuf8775 2 года назад
Perfect explanation! Thank you very much!
@ismaelsantana8118
@ismaelsantana8118 2 года назад
Thank you for sharing your knowledge 👌🏽
@ramesh61606
@ramesh61606 2 года назад
Thank you for sharing your knowledge 🙏
@carissarichardson9867
@carissarichardson9867 Год назад
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
@dhavaldesai4906
@dhavaldesai4906 2 года назад
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 ?
@karraralmukhtar
@karraralmukhtar Год назад
Hi, in 4.14 minutes, how have you added your icons ??
@bulgakov1991
@bulgakov1991 Год назад
Super! Thank u
@eduardodelpinotoro7425
@eduardodelpinotoro7425 10 месяцев назад
Gracias !you are the best!,
@9988khan
@9988khan 2 года назад
Simply Awesome 🤩
@bharatagrawal6632
@bharatagrawal6632 6 месяцев назад
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
@pleasewait8913
@pleasewait8913 2 года назад
One of the best video
@Kittymemesdaily
@Kittymemesdaily 2 года назад
This is awesome! can you build a nft minting platform for art?
@iOS_Developer
@iOS_Developer 2 года назад
Gooooooooood..!!! i will make this app!!!
@tridaynee
@tridaynee 2 года назад
amazing goodjob bro
@giralander
@giralander 2 года назад
Thanks really fun building it, looking forward to learn how to implement nft minting :)
@danielwatson6529
@danielwatson6529 2 года назад
me too, wanna be a study buddy?
@chimaemeka-zo9bl
@chimaemeka-zo9bl 11 месяцев назад
I'm doing it but the size is the issue
@noorkanaan842
@noorkanaan842 27 дней назад
Can I learn swiftUI and build complete apps and know nothing about swift
@ThienNguyen-ec7le
@ThienNguyen-ec7le 11 месяцев назад
very essay to understand
@kylepersyn2327
@kylepersyn2327 2 года назад
Hello! Is there an easy way to add the information in the cart to a databse rather than apple pay? Thank you!
@Zeusrobs
@Zeusrobs 2 года назад
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!
@fxi5429
@fxi5429 2 года назад
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
2 года назад
Is Cart is ❤️
@medicaldoctoronyoutube
@medicaldoctoronyoutube 2 года назад
Greetings from Russia)
@ospcg
@ospcg 2 года назад
Excelente
@sahibharika8
@sahibharika8 Год назад
What about listing products
@sahibharika8
@sahibharika8 Год назад
Like an easy user friendly way
@TFue01
@TFue01 Год назад
need help in building an app stuck at a problem please help someone kindly reply to guide me will be obliged
@harishkathir4028
@harishkathir4028 Год назад
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
@oMosqueteiro1910
@oMosqueteiro1910 10 месяцев назад
Did you resolve? Im with the same problem
@harishkathir4028
@harishkathir4028 10 месяцев назад
@@oMosqueteiro1910 i removed the cart button indicator and it was fine ,
@bharatagrawal6632
@bharatagrawal6632 6 месяцев назад
you forgot thr code in Navigation link in conent view
@drawing_kim0523
@drawing_kim0523 2 года назад
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?
@kindabane
@kindabane Год назад
@Cristina Richter Can you tell me which course it is?
@dotnetdevni
@dotnetdevni 2 года назад
U would never typically store images in such a mannor u would store them on a server and pull them down
@jiujitsuarte5932
@jiujitsuarte5932 Год назад
👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽
Далее
Living life on the edge 😳 #wrc
00:17
Просмотров 8 млн
КОТЯТА НАУЧИЛИСЬ ГОВОРИТЬ#cat
00:13
Build a SwiftUI chat app with Firestore from scratch
48:47
The perfect imperfection of Google's Material You
15:47
How to Make an App - Lesson 1 (2024 / SwiftUI)
27:21
Просмотров 426 тыс.
How to Build a Widget in Swift with WidgetKit
50:23
Просмотров 63 тыс.
How I build Apps that PRINT ($30k/month Micro SAAS)
22:51