标签: ios
ClassA:ClassB
:
[self.view addSubview:self.errorView] [self.view bringSubviewToFront:self.errorView];
[self.view addSubview:otherView];
结果:errorView上的otherView显示 我希望:错误视图在前面 我应该怎么做ClassB?感谢。