摘要: 问题: Masonry block 中直接用self不会有循环引用 RAC subscribeNext 中直接用self会有循环引用 Masonry 例: [self.imageView mas_remakeConstraints:^(MASConstraintMaker *make) { make 阅读全文
posted @ 2018-02-07 15:42 ximenchuixie 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 用NSTimer调用 timer = [NSTimer scheduledTimerWithTimeInterval:timerInterval target:self selector:@selector(timerHandler:) userInfo:nil repeats:YES]; 方法时, 阅读全文
posted @ 2018-02-07 11:48 ximenchuixie 阅读(134) 评论(0) 推荐(0) 编辑