From a8c2422e12becdfc3da0907ff5b589f7f86d0dd5 Mon Sep 17 00:00:00 2001 From: younger_times <841720330@qq.com> Date: 星期六, 06 五月 2023 16:18:46 +0800 Subject: [PATCH] 完成功能 --- BrokerDriver/Base/BaseViewController.swift | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/BrokerDriver/Base/BaseViewController.swift b/BrokerDriver/Base/BaseViewController.swift index 16fb1b8..bd7beef 100644 --- a/BrokerDriver/Base/BaseViewController.swift +++ b/BrokerDriver/Base/BaseViewController.swift @@ -76,12 +76,6 @@ } - func addChildViewController(_ child: UIViewController, toContainerView containerView: UIView) { - addChild(child) - containerView.addSubview(child.view) - child.didMove(toParent: self) - } - deinit { LogInfo(String(format: "%@ 已释放", NSStringFromClass(self.classForCoder).components(separatedBy: ".").last!)) } -- Gitblit v1.7.1