Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UITableViewCellEditingStyleInsert のデフォルト画像をカスタム作成に変更するにはどうすればよいですか?
簡単な方法はありますか、それともカスタム UITableViewCell を作成する必要がありますか?
標準APIは、に使用される緑色のプラスボタンをカスタマイズする方法をサポートしていませんUITableViewCellEditingStyleInsert。
UITableViewCellEditingStyleInsert
唯一のオプションは、セルに追加された独自のボタンを使用することです。の標準の編集スタイル機能を使用することはできませんUITableView。セルの編集スタイルをに設定しNone、カスタムボタンをタップしたときに独自の方法を使用する必要があります。
UITableView
None