如何为TTStye制作水平渐变?
- (TTStyle *) myStyle: (UIControlState)state {
return [TTShapeStyle styleWithShape:[TTRectangleShape shape] next:
[TTLinearGradientFillStyle styleWithColor1:RGBCOLOR(60, 60, 60)
color2:RGBCOLOR(30, 30, 30) next:nil]];
}
使垂直渐变。
也许有一些关于Three20 TTStyle的教程?
答案 0 :(得分:0)
通过LinearGradient FillStyle的复制粘贴代码完成。为了达到水平梯度,改变了几行。