我的程序中有两个视图。一个是statusView,它的alpha设置为0.8f。下面是tableView。如何以这种方式禁用 statusView,单击它不会单击 tableView。设置userInteractionEnabled = false;
没有帮助。
这是我添加视图的方法。
[self.view addSubview:_builded.view]; // obj with my tableView
info = [[Info alloc] init];
[self.view addSubview:info.view]; // statusView