我试图在一个视图中显示两个视图控制器。
我当前的视图控制器类如下所示:
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}}
我想做什么:
答案 0 :(得分:0)
容器视图可以帮助您使用应用。
“容器视图控制器是一种将来自多个视图控制器的内容组合到单个用户界面中的方法。”