Three20水平渐变

时间:2011-09-25 10:57:20

标签: iphone objective-c ios cocoa-touch three20

如何为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的教程?

1 个答案:

答案 0 :(得分:0)

通过LinearGradient FillStyle的复制粘贴代码完成。为了达到水平梯度,改变了几行。