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

  Рет қаралды 10,380

Kavsoft

Kavsoft

Күн бұрын

Пікірлер: 19
@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!
@devsang
@devsang 4 жыл бұрын
You can do the payment stripe, I haven't seen the tutorial since swiftui 2.0!
@itemseller3352
@itemseller3352 4 жыл бұрын
Congratulations on Video #300 :)
@MrRonanX
@MrRonanX 3 жыл бұрын
Wow! Super cool! Thanks
@dev_jeongdaeri
@dev_jeongdaeri 4 жыл бұрын
Awesome!
@ThierryZanzouri
@ThierryZanzouri 4 жыл бұрын
Awesome as usual
@yimkongyan
@yimkongyan 3 жыл бұрын
thank you
@krakatoor
@krakatoor 4 жыл бұрын
Beautiful
@1p993
@1p993 4 жыл бұрын
Awesome video 😘
@myga77
@myga77 3 жыл бұрын
Bro, how can i use your func getIndex for different arrays from one class?
@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.
@DjEZEQUIELVISCARRA
@DjEZEQUIELVISCARRA 4 жыл бұрын
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?
4 жыл бұрын
Is Cart is ❤️
@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?
@shoesli7631
@shoesli7631 4 жыл бұрын
这太秀了
@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: kzbin.info/www/bejne/ioKpnqJraLGJn9E 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
Swipe Actions from Scratch - Part 1 of 2
47:20
Kit Langton
Рет қаралды 2,5 М.
СКОЛЬКО ПАЛЬЦЕВ ТУТ?
00:16
Masomka
Рет қаралды 2,5 МЛН
Каха и лужа  #непосредственнокаха
00:15
How to Do 90% of What Plugins Do (With Just Vim)
1:14:03
thoughtbot
Рет қаралды 905 М.
Add, edit, move, and delete items in a List in SwiftUI | Bootcamp #31
27:29