1
我想更改我的表格視圖中單元格的文本顏色。 如果我這樣做,它不起作用。在xcode6測試版1中,它的作品,但在最終版本的xcode6它不起作用。用Swift更改文本顏色
代碼:
cellGrow.textColor = UIColor.whiteColor()
錯誤:'textColor' is unavailable: APIs deprecated as of iOS 7 and earlier are unavailable in Swift
是的,cellGrow是一個UITableViewCell。它「完美無缺!非常感謝! – user3576580 2014-10-17 11:32:45
我的榮幸和感謝,標記爲答案!我也將欣賞一個upvote! – 2014-10-17 11:39:19