NSString *strDay = [dic objectForKey:@"day"]; NSString *uppercaseString = [strDay uppercaseString]; cell.dayLabel.text = uppercaseString;
Is this the right way to get this? But I only get uppercase letters. I want Sunday to display as SUN.
objective-c iphone uilabel xcode
Joker
source share