objective c - Add Subview to MKCircleRenderer, iOS 7 -


in ios 6 used add uiimageview mkcircleview , animate in way:

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]; 

since mkcircleview has been deprecated, using mkcirclerenderer can't add anymore subview.

is there way add uiimageview mkcirclerenderer?


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -