We all know that iOS has pretty cool feature, which is that swiping from right to left brings the DELETE button by default and the delete logic for it but it can be custom but anyway the important thing is that it is default and easy to implement.
During lots of Google researches I found NO TUTORIAL or even a little example of on how to get from left to right swipe and same logic like delete for it.
I have a table cell view and for each item that logic for deleting implemented. My boss wants left to right swipe and with custom button inside with custom logic, but I have no clue on how to achieve this, and Google did not give any results. Please kindly help me and guide me.