I am working on screen where user will be available to remove items to by swipe left (default tableView behavior).
When user opens that screen I want to show him that he is availabe to remove items to swipe. So, I want to show "Delete button" in the first cell for 2 seconds and when hide it. How can I do it? I can not find any information how to manage this Mode programmaticaly
Can it be done with HitTest?