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];
Fonts available in iOS don't have "capitalic style". You should add own font or try to create font using function CTFontDescriptorCreateCopyWithFeature.
I think that the simplest way will be to build attributed string (NSAttributedString) with mixed font sizes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With