Iphone Application:-My Application Crash
问题 I make one custom cell class like this. - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier { self = [super initWithStyle:style reuseIdentifier:reuseIdentifier]; if (self) { /*imgview=[[UIImageView alloc]initWithFrame:CGRectMake(10, 15, 40, 20)]; imgview.backgroundColor = [UIColor clearColor]; imgview.opaque = NO;*/ Name = [[UILabel alloc]initWithFrame:CGRectMake(75, 10, 130, 30)]; Name.backgroundColor = [UIColor clearColor]; Name.textColor=[UIColor