-2
我正在嘗試基於字典中保存了字符串中的顏色來更改一些UIButton的backgroundColor。無法從字符串獲取值到UIColor
即
button1.backgroundColor = dic!.valueForKey("Button1Color") as? UIColor
// in the dictionary:
Button1Color = "UIColor.redColor()"
我得到零。 爲什麼?
你在字典中保存爲字符串,並試圖讓它作爲UIColor – HardikDG
在我的plist中沒有選項類型:UIColor –
看到這篇文章:http://stackoverflow.com/questions/35776473/turn-string- into-a-uicolor-swift?rq = 1 –