bringSubviewToFront不起作用

时间:2017-05-15 08:04:44

标签: ios

ClassA:ClassB

ClassB中的

[self.view addSubview:self.errorView]
[self.view bringSubviewToFront:self.errorView];
ClassA中的

[self.view addSubview:otherView];

结果:errorView上的otherView显示 我希望:错误视图在前面 我应该怎么做ClassB?感谢。

0 个答案:

没有答案