【发布时间】:2020-02-26 04:18:13
【问题描述】:
我已将PDF 图像作为资产添加到Xcode,我想更改图像的tintColor 但没有任何成功。
我尝试添加User Defined Runtime Attributes,但它不起作用。
也尝试以编程方式进行更改,但它不起作用。
self.buttonBringFriend.imageView.tintColor = UIColor.white
有人有解决办法吗?
Xcode 11.1 斯威夫特 5.1
【问题讨论】:
标签: ios swift swift5.1 xcode11.1