Change the Font Style - (Set Lable text in All-Caps format ) in Objective C

Raj picture Raj · Jan 16, 2012 · Viewed 11.8k times · Source

I want to set the UILable text font style in Small-Caps format like below image.

Please give me the solution for this if anyone know,

enter image description here

Thanks. :)

Answer

aslisabanci picture aslisabanci · Jan 16, 2012

If I didn't get you wrong, is this what you want?

NSString *uppercaseString = [yourString uppercaseString];