我想在图像中创建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]]];
但是,它没有阴影效果。 你可以参考下面:
由于