将子视图添加到iOS 7的MKCircleRenderer

时间:2013-09-24 17:54:27

标签: ios objective-c ios7 mkmapview

在iOS 6中我曾经向UIImageView添加MKCircleView并以这种方式为其设置动画:

UIImage* img = [UIImage imageNamed:@"orangeCircle.png"];
imageView = [[UIImageView alloc] initWithImage:img];
imageView.frame = CGRectMake(0, 0, 0, 0);
imageView.alpha=0.7f;
[self addSubview:imageView];

由于MKCircleView已被弃用,现在我正在使用MKCircleRenderer,但我无法再添加subview

有没有办法将UIImageView添加到MKCircleRenderer

0 个答案:

没有答案