我已经初始化了一个 UIView 并将其添加到单元格的 contentView 中
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
但是视图的 ViewController 应该去哪里。我应该将它存储在我的 tableView 数组中吗?
我已经初始化了一个 UIView 并将其添加到单元格的 contentView 中
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
但是视图的 ViewController 应该去哪里。我应该将它存储在我的 tableView 数组中吗?