gpt4 book ai didi

ios - 在 uiimageview 中具有边框的着色区域

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

let templateImage = UIImage(named:"marker")?.withRenderingMode(.alwaysTemplate)
self.imageView.image = templateImage
self.imageView.contentMode = .scaleAspectFit
self.imageView?.tintColor = UIColor.red
self.imageView?.tintAdjustmentMode = .normal
self.imageView.backgroundColor = .clear

我使用的是 Swift 3

output screenshot

但我需要的是用黑色填充淡色区域边框,如下图所示:

expected result

标记图标在这里:

marker icon is here

最佳答案

您是否尝试为图像内容添加边框?如果是,那就不可能了。

您可以使用以下几行为 ImageView 添加边框:

self.imageView.layer.borderwidth = 1 //as per your requirement
self.imageView.layer.borderColor = UIColor. blackColor().CGColor

关于ios - 在 uiimageview 中具有边框的着色区域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47586687/

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