测试已测试 | ✗ |
语言语言 | Objective C++Objective C++ |
许可证 | MIT |
发布时间最新发布 | 2015年6月 |
由 Marco Sero 维护。
CSSLideTransition 是 ComponentKit 的一个扩展,用于添加淡入淡出过渡效果。
在 Podfile 中添加 CSSLideTransition
当在组件树中使用 CSSLideTransitionComponent
下载图片时,而不是使用默认的
+ (instancetype)newWithURL:(NSURL *)url
imageDownloader:(id<CKNetworkImageDownloading>)imageDownloader
scenePath:(id)scenePath
size:(const CKComponentSize &)size
options:(const CKNetworkImageComponentOptions &)options
attributes:(const CKViewComponentAttributeValueMap &)attributes;
使用新的
+ (instancetype)newWithURL:(NSURL *)url
imageDownloader:(id<CKNetworkImageDownloading>)imageDownloader
scenePath:(id)scenePath
size:(const CKComponentSize &)size
options:(const CKNetworkImageComponentOptions &)options
attributes:(const CKViewComponentAttributeValueMap &)attributes
fadeTransition:(const CKComponentFadeTransition)fadeTransition;
在 CSSLideTransition
结构中指定过渡的持续时间。