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
但不是字体。您必须创建一个完整的自定义按钮。