UITableView _dequeueReusableViewOfType:withIdentifier:

在xib tableviewcell裏放了N多個UIView 在使用這個cell的時候不能使用 CouponCell *cell = [tableView dequeueReusableCellWithIdentifier:@「cellID」 forIndexPath:indexPath]; 而是要使用 CouponCell *cell = [[[NSBundle mainBundle] load
相關文章
相關標籤/搜索