2011-05-08 88 views

回答

6

所有這些誰仍在尋找

你必須輸入

QuartzCore/QuartzCore.h 


UITextView* txtView = [[UITextView alloc] initWithFrame:CGRectMake(50, 50, 300, 100)]; 
txtView.layer.cornerRadius = 5.0; 
txtView.clipsToBounds = YES;