私はこれを持っています
CGRect container = CGRectMake(conX, conY, 220, 50);
UIBezierPath* path = [UIBezierPath bezierPathWithRoundedRect:container cornerRadius:5.0];
[[UIColor blueColor] setFill];
[path fillWithBlendMode:kCGBlendModeNormal alpha:0.7];
私はその周りに灰色の穴を開けたいのですが、オンラインでたくさんのものを見てきましたが、簡単に行う方法がわかりません.それは可能ですか?