stock_dm_text = [[[UITextView alloc] initWithFrame:CGRectMake(28, 110, 90, 28)] autorelease];
stock_dm_text.textColor=[UIColor blackColor];
stock_dm_text.layer.cornerRadius = 6;
stock_dm_text.layer.masksToBounds = YES;
stock_dm_text = [[[UITextView alloc] initWithFrame:CGRectMake(28, 110, 90, 28)] autorelease];
stock_dm_text.textColor=[UIColor blackColor];
stock_dm_text.layer.cornerRadius = 6;
stock_dm_text.layer.masksToBounds = YES;
226

被折叠的 条评论
为什么被折叠?