我有一个tableViewCell,里面有一个TableView,后者又有一个tableViewCell。如何访问最里面的tableView和tableViewCell以向其添加数据?我正在尝试像facebook评论页面那样做。
任何帮助将不胜感激。 谢谢。
答案 0 :(得分:0)
你可以这样做:
<form enctype=multipart/form-data>
//您的自定义单元格类
class mainTableViewController: UITableViewController {
//your functions here
}