02 2016 档案
摘要:1. 再拿到了Json数据后怎么把字典写到数组里面去呢? 方法1:用最原始的方法 -(instancetype)initWithDict:(NSDictionary *)dict { if(self = [super init]) { [self setValuesForKeysWithDictio
阅读全文
摘要:再拿到了Json数据后怎么把字典写到数组里面去呢? 方法1:用最原始的方法 -(instancetype)initWithDict:(NSDictionary *)dict { if(self = [super init]) { [self setValuesForKeysWithDictionar
阅读全文
摘要:[self.navigationController popViewControllerAnimated:YES]; 前者是跳回到上一个控制器,它是一环一环的跳过去的 [self.navigationController popToRootViewControllerAnimated:YES]; 后
阅读全文
摘要:1.出现了这个问题 nib must contain exactly one top level object which must be a UICollectionReuableView 后来检查发现才知道自己的 xib里有两个xib 所以在 ZYGroupTableViewCell *cell
阅读全文

浙公网安备 33010602011771号