Lynn Zhang

Results 3 comments of Lynn Zhang

设置了 ```` - (GYRollingNoticeView *)noticeView { if (!_noticeView) { _noticeView = [[GYRollingNoticeView alloc] init]; _noticeView.backgroundColor = [UIColor whiteColor]; _noticeView.dataSource = self; _noticeView.delegate = self; [_noticeView registerClass:[MJHomeNoticeCell class] forCellReuseIdentifier:NSStringFromClass([MJHomeNoticeCell class])]; }...

继承了。因为我也没有复现这个崩溃,我是根据苹果提供的崩溃信息定位到的

![default](https://user-images.githubusercontent.com/18359007/37509439-51b24bde-2932-11e8-99ef-3029a3f1463d.png) 这是崩溃信息截图,希望有帮助。