在上圖中,它表明...
我需要的UILabel顯示完整的內容。
這是一個對準問題的UILabel
UILabel *lable=[[UILabel alloc]init];
lable.frame=CGRectMake(350, 25, 50, 50);
[lable setTextColor:[UIColor whiteColor]];
[lable setBackgroundColor:[UIColor clearColor]];
[lable setText:@"Leveraged Commentary & Data"];
我需要在拉布勒@「槓桿解說&數據」顯示完成的setText;
請幫我一把。
在此先感謝
放lable.textAlignment = UITextAlignmentLeft;也設置lable.frame = CGRectMake(350,25,增加這個值,50); – NIKHIL 2011-05-12 10:07:37