ios - How to programmatically invoke UITableView swipe left -
i want customise delete indicator uitableview in editing mode.
since can't seem find way customise appearance style of delete button shown in first image, i've created own animation own button.
i have deactivated red standard button using:
func tableview(_ tableview: uitableview, editingstyleforrowat indexpath: indexpath) -> uitableviewcelleditingstyle { return .none } now question: how realize same behaviour standard button? if press red button, invokes swipe left on cell showing wanted delete button.
help appreciated.



Comments
Post a Comment