I saw a helpful answer regarding how to set UILabel’s parameters, but the problem is that they are not anything that I’m used to. How would I enter these parameters pragmatically in to UILabel?
I know how to do some, but the other more advanced parameters are out of my league for the moment.
Plain
fontName: Helvetica-Bold
pointSize: 18.000000
textColor: UIDeviceWhiteColorSpace 1 1
shadowColor: UIDeviceWhiteColorSpace 0 0.44
shadowOffset: CGSize 0 1
Grouped
fontName: Helvetica-Bold
pointSize: 17.000000
textColor: UIDeviceRGBColorSpace 0.298039 0.337255 0.423529 1
shadowColor: UIDeviceWhiteColorSpace 1 1
shadowOffset: CGSize 0 1
Thanks
You mean this?
Plain:
Grouped: