
|--------------UITableview专栏
文章平均质量分 72
丁棒儿
人生如棋,我却如卒,虽行动缓慢,但却不曾退却一步。
展开
-
关于删除cell某行和清除sqlite对应数据问题
删除某一tableview的某一行并且删除对应数据。 先删数据库 再删table view! - (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexP原创 2015-10-22 16:47:44 · 2005 阅读 · 0 评论 -
UITableViewCell的背景设置
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *cellIdentifier = @"CellIdentifier"; UITableViewCell *cell = [table原创 2015-10-17 09:38:39 · 1318 阅读 · 0 评论