在一个宽度为三维屏宽的ScrollView中加入三个UIViewController,在UIControllerView中添加tableView,通过分层图发现tableVIew已经出来了,但是cell出不来,怎么解决冲突,代码如下: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { StoryCellViewModel *model = [ self .contactsobjectAtIndex:indexPa...