Obviously, the question is about the iPhone, but in case anyone is interested, here are the numbers for the iPad:
titleLabel.font = [UIFont boldSystemFontOfSize:20.0]; titleLabel.shadowOffset = CGSizeMake(0, 1); titleLabel.shadowColor = [UIColor colorWithWhite:1.f alpha:.5f]; titleLabel.textColor = [UIColor colorWithRed:113.f/255.f green:120.f/255.f blue:127.f/255.f alpha:1.f]; titleLabel.backgroundColor = [UIColor clearColor]; titleLabel.text = @"Title";
source share