是否可以在隐藏 UILocalizedIndexedCollation 的同时在 UITableView 上添加 UIViewController。我添加了一个 UIViewController 作为子视图,但 UILocalizedIndexedCollation 仍然显示在 UIViewController 之上。这是正在发生的事情的屏幕截图。
这是我用来显示 UIViewController 视图的代码。
[self willMoveToParentViewController:parentViewController];
[parentViewController.view addSubview:self.view];
[parentViewController addChildViewController:self];