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

Поділитися
Вставка
  • Опубліковано 22 сер 2024

КОМЕНТАРІ • 54

  • @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 5 місяців тому

    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 роки тому +7

    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 роки тому +2

      you are amazing :)) Thx

    • @c.f5170
      @c.f5170 Рік тому +2

      Thanks a lot for this!

  • @amaningappiah-nti4997
    @amaningappiah-nti4997 2 роки тому +2

    Finally a full Swift bourse for free with high qualify content

  • @mEtAlMaNiAc787
    @mEtAlMaNiAc787 4 місяці тому

    nicely done!

  • @DebduttaPanda
    @DebduttaPanda 2 роки тому +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 5 місяців тому

      u can but if you delete one sweater the second one will delete too @@teo-animations

  • @Thatguybillosh
    @Thatguybillosh 2 роки тому

    I've been looking for a video to explain something like this for so long THANK YOU!

  • @WinnerSingh
    @WinnerSingh 7 місяців тому +1

    Could you teach a small app where user can reserve an appointment or reserve a table with some other pages
    .

  • @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 ☺️

  • @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 🙏

  • @bulgakov1991
    @bulgakov1991 Рік тому

    Super! Thank u

  • @lf5835
    @lf5835 2 роки тому +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!

  • @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

  • @eduardodelpinotoro7425
    @eduardodelpinotoro7425 8 місяців тому

    Gracias !you are the best!,

  • @pleasewait8913
    @pleasewait8913 2 роки тому

    One of the best video

  • @9988khan
    @9988khan 2 роки тому

    Simply Awesome 🤩

  • @tridaynee
    @tridaynee 2 роки тому

    amazing goodjob bro

  • @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

  • @iOS_Developer
    @iOS_Developer 2 роки тому

    Gooooooooood..!!! i will make this app!!!

  • @karraralmukhtar
    @karraralmukhtar Рік тому +1

    Hi, in 4.14 minutes, how have you added your icons ??

  • @ThienNguyen-ec7le
    @ThienNguyen-ec7le 10 місяців тому

    very essay to understand

  • @bharatagrawal6632
    @bharatagrawal6632 5 місяців тому

    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

  • @dhavaldesai4906
    @dhavaldesai4906 2 роки тому +1

    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 ?

  • @Kittymemesdaily
    @Kittymemesdaily 2 роки тому

    This is awesome! can you build a nft minting platform for art?

  • @ospcg
    @ospcg 2 роки тому

    Excelente

  • @giralander
    @giralander 2 роки тому

    Thanks really fun building it, looking forward to learn how to implement nft minting
    :)

  • @chimaemeka-zo9bl
    @chimaemeka-zo9bl 9 місяців тому

    I'm doing it but the size is the issue

  • @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!

  •  2 роки тому

    Is Cart is ❤️

  • @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

  • @medicaldoctoronyoutube
    @medicaldoctoronyoutube 2 роки тому

    Greetings from Russia)

  • @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 9 місяців тому

      Did you resolve? Im with the same problem

    • @harishkathir4028
      @harishkathir4028 9 місяців тому

      @@oMosqueteiro1910 i removed the cart button indicator and it was fine ,

    • @bharatagrawal6632
      @bharatagrawal6632 5 місяців тому

      you forgot thr code in Navigation link in conent view

  • @sahibharika8
    @sahibharika8 Рік тому

    What about listing products

  • @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 Рік тому +1

      @Cristina Richter Can you tell me which course it is?

  • @jiujitsuarte5932
    @jiujitsuarte5932 Рік тому

    👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽

  • @dotnetdevni
    @dotnetdevni 2 роки тому

    U would never typically store images in such a mannor u would store them on a server and pull them down