AsyncDisplayKit升级到Texture

AsyncDisplayKit是facebook发布的UI框架,基本单位为node,能有效的提高界面的流畅性
目前已经改名为Texture ,需要进行对应的升级
pod 'AsyncDisplayKit'更改为
pod 'Texture', '~> 2.3.4'
Texture 包含了整个'AsyncDisplayKit' ,基本方法都不变,只需引入即可
github地址:https://github.com/texturegroup/texture

第三方库 WebASDKImageManager 有对图片缓存的category ,但只支持AsyncDisplayKit,没有支持最新版的Texture

Texture 在podfile 里 platform 最低支持iOS8.0

你可能感兴趣的:(AsyncDisplayKit升级到Texture)