我有一个 ViewController,其中它的 nib 文件包含一个图像,并且我已经对 ViewController 的视图进行了子视图。但是该视图隐藏了图像。[self.view bringSubviewToFront:myImageview];我试过这个但它不起作用。还有其他方法吗?
问问题
175 次
我有一个 ViewController,其中它的 nib 文件包含一个图像,并且我已经对 ViewController 的视图进行了子视图。但是该视图隐藏了图像。[self.view bringSubviewToFront:myImageview];我试过这个但它不起作用。还有其他方法吗?