BKEAnimatedGradientView 0.1

BKEAnimatedGradientView 0.1

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布日期最后发布2014 年 12 月

未知的维护者 维护。




在 UIView 上轻松动画渐变过渡。在 动作 中查看。

Screenshot

示例使用

BKEAnimatedGradientView *gradientView = [[BKEAnimatedGradientView alloc] initWithFrame:self.view.frame];
[gradientView setGradientColors:@[[UIColor blueColor], [UIColor greenColor]]];
[self.view addSubview:gradientView];

[gradientView changeGradientWithAnimation:@[[UIColor redColor], [UIColor orangeColor]] delay:1 duration:5];

添加到您的项目

手动

只需将文件 BKEAnimatedGradientView.hBKEAnimatedGradientView.m 添加到您的项目中。