0
添加文本框附屬視圖幫助我有一個自定義UITableViewCell
包含UITextField
,這種定製電池具有xib file
中,我創建了UIView
和cell.m
添加IBOutlet
和awakeFromNib
我這樣做self.theTextField.inputAccessoryView = accessoryView;
。需要關於UITableViewCell中
在執行我得到assertion failure in [tableView dequeueReusableCellWithIdentifier:@"remeTypeListCellId" forIndexPath:indexPath];