SwiftUI Cart Page UI With Custom Swipe To Delete Action - Complex UI - SwiftUI 2.0 Tutorials

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • In this Video i'm going to show how to create a Stylish Cart Page UI With Custom Swipe To Delete Action Using SwiftUI 2.0 | SwiftUI Custom Swipe To Delete | SwiftUI 2.0 Custom Swipe Delete Action | SwiftUI 2.0 Cart Page UI | SwiftUI Swipe Gesture Recognizer | Xcode 12 SwiftUI 2.0.
    Source Code
    kavsoft.dev/Sw...
    Support Us By Contributions : donorbox.org/k...
    Support Us By Patreon : / kavsoft
    Support Us By Visiting the Link Given Below.
    ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. It's gives a great experience and I think you should give it a try too www.kite.com/g...
    My Xcode Version is 12.0.1
    My macOS Version is 10.15.7 Catalina
    For Any Queries And Any Request For Videos Use The Given Link
    kavsoft.dev/#c...
    For More
    kavsoft.dev
    Instagram
    / _kavsoft
    Twitter
    / _kavsoft

Комментарии • 19

  • @devsang
    @devsang 4 года назад +1

    You can do the payment stripe, I haven't seen the tutorial since swiftui 2.0!

  • @mikelee1659
    @mikelee1659 4 года назад

    This is gold thanks you for posting the process! 👍🏻

  • @taslimfi
    @taslimfi 3 года назад

    Great job. I wish I could give multiple thumbs up for this!

  • @dev_jeongdaeri
    @dev_jeongdaeri 4 года назад +1

    Awesome!

  • @itemseller3352
    @itemseller3352 4 года назад

    Congratulations on Video #300 :)

  • @MrRonanX
    @MrRonanX 3 года назад

    Wow! Super cool! Thanks

  • @ThierryZanzouri
    @ThierryZanzouri 4 года назад

    Awesome as usual

  • @paulikhane
    @paulikhane 4 года назад

    Thanks a lot. Can you do a Collapsing AppBar Like the Collapsing AppBar in Android Material UI. You are amazing by the way.

  • @krakatoor
    @krakatoor 4 года назад

    Beautiful

  • @yimkongyan
    @yimkongyan 3 года назад

    thank you

  • @1p993
    @1p993 4 года назад

    Awesome video 😘

  • @myga77
    @myga77 3 года назад

    Bro, how can i use your func getIndex for different arrays from one class?

  • @DjEZEQUIELVISCARRA
    @DjEZEQUIELVISCARRA 3 года назад

    Hi Kavsoft. I have done as you did in the tutorial I have added a search with filter and when I want to delete the object it turns out that in the IndexSet it removes the first one from the list and not the selected object! for example, when I have two objects with the same name, if I delete the second object found, it deletes the first one in the list. Is there someone who can help me?

  • @realgambi
    @realgambi 4 года назад

    I have error on deleteItem
    Fatal error: Index out of range: file Swift/ContiguousArrayBuffer.swift, line 444
    I not use IOS 14
    @EnvironmentObject var orderManager: OrderManager can use like @StateObject?

  •  4 года назад

    Is Cart is ❤️

  • @SpencerWalden8
    @SpencerWalden8 3 года назад

    Why not the following code rather then a function to get by index for binding?
    ForEach(cartData.items.indices) { index in
    ItemView(item: $cartData.items[index])
    }

    • @SpencerWalden8
      @SpencerWalden8 3 года назад

      I see in another of your vids a month laster you did this: ruclips.net/video/TQFmo53LVio/видео.html wondering if there is a reason it has to be different here?

    • @SpencerWalden8
      @SpencerWalden8 3 года назад

      I believe I answered my own question. The approach in this video is needed so you can delete an item with out getting an out of index error

  • @shoesli7631
    @shoesli7631 3 года назад

    这太秀了