摘要: iOS中的UITableView,在上面滑动时,可以出现一个“删除”按钮,来进行删除操作。但是,有些时候,由于实现方法不对,滑动时,这个按钮却显示不出来。分析了一下原因,大概以有下几个要素:1.UITableViewDelegate中的下面一个方法:// Allows customization of the editingStyle for a particular cell located at ‘indexPath’. If not implemented, all editable cells will have UITableViewCellEditingStyleDelete se 阅读全文
posted @ 2013-07-11 11:05 yingkong1987 阅读(1712) 评论(0) 推荐(0) 编辑