如何在目标c中将tableView添加到CellView中?

时间:2016-08-23 21:13:20

标签: ios objective-c uitableview

我想在一个单元格中显示一个tableView:

 _____________________________________
 | (IMAGE) ______________              | --CELL 0   

 |         | MyCustomText|--CELL 0.0   |
 |         |_____________|             |
 |         |MyCustomText2|--CELL 0.1   |
 |         |_____________|             |
 |                                     |
 |                                     |
  --------------------------------------
  _____________________________________
 |  (IMAGE) 2                           | --CELL 1
  --------------------------------------

我正在尝试在storyboard中添加一个tableView,然后使用新的TableviewController和一个新的CustomCellTableView连接,但这不会在行的表中显示任何内容。

有可能吗?如何声明viewController或者不需要添加ViewController?

谢谢!

0 个答案:

没有答案