2015年9月1日

ios uitableview 去掉多余的空行

摘要: 1 self.table.tableFooterView = [[UIView alloc] init]; 阅读全文

posted @ 2015-09-01 14:08 codemaker313 阅读(277) 评论(0) 推荐(0) 编辑

ios uitableview uitableviewcell 去掉分隔线

摘要: 1 self.table.separatorStyle = NO; 阅读全文

posted @ 2015-09-01 14:07 codemaker313 阅读(241) 评论(0) 推荐(0) 编辑

ios tableviewcell 设置为禁止点击

摘要: 设置cell 禁止点击- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ cell.selectionStyle = UITableVie... 阅读全文

posted @ 2015-09-01 14:06 codemaker313 阅读(3457) 评论(0) 推荐(0) 编辑

ios 时间戳转换成时间

摘要: 时间戳转换成时间 1 NSDateFormatter* formatter = [[NSDateFormatter alloc] init]; 2 formatter.timeZone = [NSTimeZone timeZoneWithName:@"... 阅读全文

posted @ 2015-09-01 13:33 codemaker313 阅读(520) 评论(0) 推荐(0) 编辑

导航