LovePlayNews
LovePlayNews copied to clipboard
LovePlayNews精仿爱玩iOS app,使用AsyncDisplayKit提高UI流畅性,项目结构及代码清晰明了
- (BOOL)enumerateLinkRectContainPoint:(CGPoint)point viewHeight:(CGFloat)viewHeight successBlock:(void (^)(id textStorage))successBlock { return [self enumerateRunRect:_linkRectDictionary ContainPoint:point viewHeight:viewHeight successBlock:successBlock]; } 这个方法报这个错误 Incompatible block pointer types sending 'void (^__strong)(__strong id)' to parameter of type 'void (^)(__strong id)'
像这个 @property (nonatomic, strong) id TYHttpResponseParser responseParser;
在7上,tabbar完全是乱的
怎么缓存列表高度呀
楼主还没适配iOS 11呢?
Swift重写
我可以使用swift重写这个项目并发布吗
我发现你在自定制ASCellNode的时候,习惯是在didLoad里新建一个UIImageView,这样做只是为了使用yy_imageURL?如果不是的话为什么不直接用提供的ASNetworkImageNode呢?
如题~莫非是我Xcode问题 没人发现?