gpt4 book ai didi

ios - swift 阿尔法颜色

转载 作者:行者123 更新时间:2023-11-28 06:19:50 25 4
gpt4 key购买 nike

我试图在图像上方放置一个带有标签的 View ,并将深色透明颜色应用于我的 View ,但 Xcode 将 alpha 应用于父 View 和子标签,我如何防止标签从父 View ?我尝试了几种方法:/

enter image description here

enter image description here

enter image description here

最佳答案

不是设置 UIView 的 alpha,而是像设置 backgroundColor 的 alpha 一样

view.backgroundColor = UIColor(red: 250 / 255, green: 250 / 255, blue: 250 / 255, alpha: 1) //set alpha

你无法阻止继承。

关于ios - swift 阿尔法颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43986160/

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