像图像一样创建TTSpeechBubbleShape

时间:2011-07-06 09:17:01

标签: ios three20

我想在图像中创建speechBubbleShape(红色)。我的代码就像:


[TTShapeStyle styleWithShape:[TTSpeechBubbleShape shapeWithRadius:5 pointLocation:50
                                                                      pointAngle:90
                                                                       pointSize:CGSizeMake(10,5)] next:
                [TTSolidFillStyle styleWithColor:[UIColor whiteColor] next:
                 [TTLinearGradientBorderStyle styleWithColor1:[UIColor grayColor]
                                                       color2:RGBCOLOR(216, 221, 231) width:1 next:nil]]];

但是,它没有阴影效果。 你可以参考下面: enter image description here

由于

0 个答案:

没有答案