开发者

iOS - Clickable invisible segment control

开发者 https://www.devze.com 2023-02-08 18:45 出处:网络
Is there any way to make a segment control invisible while still being clickable? I\'ve tried playing with the alpha settings but can\'t go below .02 and have it still be c开发者_如何转开发lickable. T

Is there any way to make a segment control invisible while still being clickable? I've tried playing with the alpha settings but can't go below .02 and have it still be c开发者_如何转开发lickable. This seems the most convenient solution to my problem but if its imposible i can figure something else out.


Try setting its background color to [UIColor clearColor]

0

精彩评论

暂无评论...
验证码 换一张
取 消