iphone - How to give stroke color and shining effect to text entered in uitextfield? -
i need give stroke , shinny effect text entered in uitextfield.
use nsattributedstring set customize text in uitextfield, below link may how use nsattributedstring.
http://stackoverflow.com/questions/3482346/how-do-you-use-nsattributedstring
you can set nsattributedstring uitextfield this: textfield.attributedtext = someattributedtext (where someattributedtext type of nsattributedstring)
Comments
Post a Comment