Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/95.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/redis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 创建TTSpeechBubbleShape,如图所示_Ios_Three20 - Fatal编程技术网

Ios 创建TTSpeechBubbleShape,如图所示

Ios 创建TTSpeechBubbleShape,如图所示,ios,three20,Ios,Three20,我想用红色创建图片中的speechBubbleShape。我的代码是: [TTShapeStyle styleWithShape:[TTSpeechBubbleShape shapeWithRadius:5 pointLocation:50 pointAngle:90

我想用红色创建图片中的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]]];
但是,它上面没有阴影效果。 您可以参考以下内容:

谢谢