摘要:NSAttributedString的初始化方法有: -initWithString:用String初始化,并没有Attributed信息。 -initWithAttributedString:用AttributedString去初始化。 -initWithString:Attributed:用st
阅读全文
摘要:1 self.table.tableFooterView = [[UIView alloc] init];
阅读全文
摘要:1 self.table.separatorStyle = NO;
阅读全文
摘要:设置cell 禁止点击- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ cell.selectionStyle = UITableVie...
阅读全文
摘要:时间戳转换成时间 1 NSDateFormatter* formatter = [[NSDateFormatter alloc] init]; 2 formatter.timeZone = [NSTimeZone timeZoneWithName:@"...
阅读全文