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.
赤い削除ボタンが表示されているとき、UITableViewCellの削除ボタンにカスタムフォントを追加したいです。
iOS 5でそれを達成する方法はありますか?
テキストは次のように変更できます。
- (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath
しかし、フォントではありません。カスタム ボタン全体を作成する必要があります。