I build a UILabel instance with code:
UILabel *debugLabel = [[UILabel alloc] init]; debugLabel.frame = CGRectMake(30, 700, width, 30); [debugLabel