- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我想执行不同的操作,不是删除对象而是归档它们。当用户在 tableViewCell 上滑动时,我需要显示“存档”而不是删除。将“删除”按钮的文本和颜色更改为其他内容。
如何自定义“删除模式”外观?
最佳答案
貌似3.0以后有这样的方法:
- (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_3_0);
关于objective-c - UITableView 滑动删除 : how to customize button and action?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1276871/
我遇到过这个 html: 上面的html和这个有什么区别: 最佳答案 来自MDN page on the tag : 对于 type 的属性标签,可能的值是: 提交:按钮将表单数据提交给服务器
Button button= (Button) findViewbyID(R.id.button); 和 Button button = new Button(this); 有什么区别? 最佳答案 有
我是一名优秀的程序员,十分优秀!