作者:遗忘不能忘 | 来源:互联网 | 2023-10-10 12:14
ImloadingaUIViewControllerintooneofmyNavcontrollershierarchies,whichwillcontainsome
I'm loading a UIViewController into one of my Nav controller's hierarchies, which will contain some text and some images. At the bottom, I will want to create a expandable and collapsable tableview.
我正在将一个UIViewController加载到我的一个Nav控制器层次结构中,它将包含一些文本和一些图像。在底部,我将要创建一个可扩展和可折叠的tableview。
First off, is this idea possible? If it is, how do I add it and where do I place the data source and delegate methods?
首先,这个想法可能吗?如果是,我该如何添加它以及在何处放置数据源和委托方法?
Can I just make a separate subclass of the TableViewController and then add it to my ViewController as a subview?
我可以只创建一个TableViewController的子类,然后将其作为子视图添加到我的ViewController中吗?
5 个解决方案