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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -