Ios 如何更改UITableView单元格中的删除按钮字体?

Ios 如何更改UITableView单元格中的删除按钮字体?,ios,Ios,当显示红色的“删除”按钮时,我想向UITableViewCell中的“删除”按钮添加自定义字体 如何在iOS 5上实现它,您有什么想法吗?您可以更改文本: - (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath 但不是字体。您必须创建一个完整的自定义按钮

当显示红色的“删除”按钮时,我想向UITableViewCell中的“删除”按钮添加自定义字体


如何在iOS 5上实现它,您有什么想法吗?

您可以更改文本:

- (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath
但不是字体。您必须创建一个完整的自定义按钮