How to make an overlay with round edges (iPhone SDK)?

后端 未结 2 1624
北恋
北恋 2021-02-11 10:20

I\'ve just received a lot of good responses to the question about making overlay views. Is there a way that I can make an overlay view on the iPhone SDK?

Another question

2条回答
  •  走了就别回头了
    2021-02-11 10:47

    You can use these helper functions and then mask/clip to the resulting CGPath:

    http://fabian-kreiser.com/index.php?id=1135350598525812781

    Or use view.layer.cornerRadius, as seen in How do I create a round cornered UILabel on the iPhone?.

提交回复
热议问题