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,
Thanks. :)
If I didn't get you wrong, is this what you want?
NSString *uppercaseString = [yourString uppercaseString];