gpt4 book ai didi

ios - UIView 是否可以使用有角度的边框?

转载 作者:行者123 更新时间:2023-11-30 13:41:28 26 4
gpt4 key购买 nike

我想为我的 UIView 设置一个有角度的边框。我知道我可以创建圆形边框:

view.layer.cornerRadius = 5;
view.layer.masksToBounds = YES;

这可能吗?欢迎使用 Swift 或 Objective C 提供答案。

我想要这样的东西:

enter image description here

最佳答案

您需要添加一个 CAShapeLayer ,其中包含您希望边框具有的路径作为 view.layer 的子图层,以便在边框的设置上拥有更多自由绘制。

关于ios - UIView 是否可以使用有角度的边框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35521593/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com