0
- (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier {
self = [super initWithStyle:style reuseIdentifier:reuseIdentifier];
if (self) {
//My custom code for the view which I will add to the contentView
}
return self;
}
當我實例化這個類的對象並在數據源中分配 - 委託,那麼它是相同的無論「樣式」我使用的權利? (UITableViewCellStyleDefault等)繼承UITableViewCell