1. 程式人生 > >常見錯誤記錄-Cell重用時出現崩潰

常見錯誤記錄-Cell重用時出現崩潰

[tableView 

dequeueReusableCellWithIdentifier:

identifier];

使用

[tableview registerNibUINibnibWithNibName:@"WM_Expen_HeadCell"bundle:nil] forCellReuseIdentifier:@"WM_Expen_HeadCellIdentifer"];

方法時xib中Identifier不要寫,這樣會產生衝突,造成崩潰,

單元格在程式碼中註冊後.UINib中的檔案不需要新增identifier標識,會出現崩潰