UILabel詳解

 /*       2.字體、大小、單位、顏色       */       UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(10, 30, 300, 260)];       label.text = @"Label Text ";     label.font = [UIFont systemFontOfSize:17];/
相關文章
相關標籤/搜索