Adding Swipe Actions to UITableViewCells | Swift 5, XCode 13

Поділитися
Вставка
  • Опубліковано 2 сер 2024
  • This video teaches how to implement swipe to delete on a UITableView.
    We start by learning how to enable swipe action on a cell, then we move on to adding custom icons and background colors to the swipe action.
    Finally, we see how we can add swipe actions to both directions (left and right) on a tableView cell.
    Say Hi on Social Media:
    LinkedIn: / ​​
    Instagram: its_macco?...
    Twitter: / its_macco
    Introduction 00:00
    Project Setup 00:20
    Enable Swipe to Delete 03:23
    Adding Custom Icon 05:04
    Multiple swipe actions 09:29
    Leading swipe action 11:46
  • Наука та технологія

КОМЕНТАРІ • 15

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

    first off all thanks for video
    and can you make next video on how to reset app after change language in the app

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

    Thank you very much for an excellent and informative video

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

    nice work

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

    Awesome 😎👍👍

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

    Awesome as usual!

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

    Great tutorial with the latest API! Thanks for sharing!

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

    Well done👍🏽

  • @jjjjjjjjjjjjjjjjjjjjjjjjjjoo

    thanks emmanuel! quality as usual. sub button = destroyed

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

    Nice one! Thanks for all you do.

  • @oladele.abimbola
    @oladele.abimbola Рік тому +1

    Amazing content as usual. Well done 👍.
    I'm struggling to come up with a project idea so I've decided to build Yummie 100% programmatically and without third party library. I'm done with the onboarding screen and I'm still trying to figure out how to go about the homeVC. I'll tag you to the project once I'm done.

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

      This is amazing!!!
      I’m looking forward to seeing what you build 🤩🤩🤩

  • @dilipjangid8950
    @dilipjangid8950 6 місяців тому

    Only 1 problem I am facing, I have some work to do in didSelecteRowAt func and on every swipe left/right the didSelecteRowAt func is also getting called. I may be missing some table configuration setting? Please help me.