使用Xcode7swift2我一直在研究在SwiftUIViewController中继承ObjectiveC基类。我已经正确添加了我的桥接头文件,它是我项目build设置的正确部分:在我的SCS-Bridging-Header.h文件中,我有以下代码:#import"UIViewControllerPlus.h"然后我尝试在Swift类中继承ObjectiveC类UIViewControllerPlus:importUIKitclassTestBasicTabBarSegueViewController:UIViewControllerPlus{overridefuncviewDid