所以我遇到了一個奇怪的問題......我製作了一些代碼來爲Drawable着色,並且它適用於Vector資產的所有Android版本,但不適用於常規PNG資產。代碼如下: public class TintHelper {
private Context mContext;
public TintHelper(Context context) {
mContex
我有一個UIBarButton在我的導航欄,我的圖像(silhouette.png)從故事板設置爲它,我可以隨意改變圖像的色調(顏色): if let num2 = Int(s, radix: 16) { //s="00ff00"
flamingoBtn.tintColor = UIColor(netHex:num2) //this btn is an IBoutlet
}