UILabel详解

 /*       2.字体、大小、单位、颜色       */       UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(10, 30, 300, 260)];       label.text = @"Label Text ";     label.font = [UIFont systemFontOfSize:17];/
相关文章
相关标签/搜索