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
Post a Comment