摘要: 使用的话,例如: cell.accessoryType = UITableViewCellAccessoryNone;//cell没有任何的样式 cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;//cell的右边有一个 阅读全文
posted @ 2016-05-18 11:06 GJR 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1.截取字符串 NSString string =@"sdfsfsfsAdfsdf"; string = [string substringToIndex:7];//截取掉下标7之后的字符串 NSLog(@"截取的值为:%@",string); [string substringFromIndex: 阅读全文
posted @ 2016-05-18 10:24 GJR 阅读(169) 评论(0) 推荐(0) 编辑