Is it possible to create a custom UITableViewCellEditingStyle, say, change the image icon /, which appears next to each line, and perhaps what action it takes.
UITableViewCellEditingStyle
Is it possible, and if so, how?
Yes, check editingand setEditing:animated:and willTransitionToState: UITableViewCell. You will probably need a custom subclass UITableViewCell.
editing
setEditing:animated:
willTransitionToState:
UITableViewCell
Source: https://habr.com/ru/post/1757094/More articles:Postgres connection is slow with PHP - phpWhat is the fastest way to merge an array in JavaScript, where comparisons are expensive? - javascriptWMZ files from MSWord when porting to HTML - htmlCan I use EnableStatic to configure IPv6 addres (using WMI)? - ip-addressHow to get one file from a folder in java? - javaКлиент JAX-WS без необходимости генерировать новые прокси при переключении между тестом/производством - javaMySQL encryption key management software and transparent data encryption - mysqlDynamically adding script / jquery function block - jqueryПроблема с выводом свойств пути к файлу в ant - javaКак передать строку, содержащую двойные кавычки из jsp, в сервлет через URL, используя метод get - jspAll Articles