NSString *strDay = [dic objectForKey:@"day"];
NSString *uppercaseString = [strDay uppercaseString];
cell.dayLabel.text = uppercaseString;
Is that the correct method to get that? But I get only uppercase. I want “sunday” to be shown in view like “SUN”.
How about just this
Assuming it has a valid day