上圖:
Paste_Image.png
Paste_Image.png
Paste_Image.png
CouponCell* cell = [tableView dequeueReusableCellWithIdentifier:@"CouponCellNew"];
if(!cell){
cell = [[[NSBundle mainBundle] loadNibNamed:@"CouponCell" owner:self options:nil] lastObject];
}
此方法只適用于tableview, collectionview目前暫測(cè)不適用堪遂。