Changing text color with Swift -


I want to change the color of the text of a cell in my table view. If I do this it is not working in Xcode6 Beta 1 but this is not working on the last version of Xcode 6.

code:

  selgra.txtcolare = UIColor.whiteColor ()  

Error: 'TextCall' is unavailable : Deprecated APIs as iOS 7 and above are unavailable in SWIFT

What is a UITBEL scan? In that case use: -

  selgra.txt labels? .textcore = UIColor.whiteColor ()  

Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -