gpt4 book ai didi

ios - 移除 UISegmentedControl 的边缘

转载 作者:行者123 更新时间:2023-11-29 02:17:17 25 4
gpt4 key购买 nike

我正在尝试使 UISegmentedControl 更像正方形,我感觉边缘接缝更像是一个麻烦。有人会知道如何消除这些边缘,使其比边框颜色更白吗?

enter image description here

最佳答案

使用下面的代码:

segmentContrl.layer.borderColor=*anycolor*.CGColor;
segmentContrl.layer.cornerRadius = 0.0;
segmentContrl.layer.borderWidth = 1.5f;

关于ios - 移除 UISegmentedControl 的边缘,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28619325/

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