How to remove UISplitViewController Master Navigation Blur Tint

时间:2015-10-30 21:44:14

标签: uinavigationbar uisplitviewcontroller blur tvos

I am creating a tvOS app that uses a UISplitViewController and in the Master View Controller side is a table (like what is created by default) and I cannot figure out what is bluring at the top and bottom of the table. The blurring occurs more after scrolling the table down a few items pushing the top table cell item up. It appears to be a Navigation Bar background that is blurred gray at the top, but also at the bottom of the table, and it overlays the table view. I cannot figure out what it is and there does not appear to be any documentation on what it is either. I even tried using the Storyboard views Debug View Hierarchy but cannot seem to figure out how to get rid of this gray blur effect. It would be nice to change it's tint color if Apple wants to keep it in the tvOS table view appearance.

Can anyone figure out what this is and how to change it or turn it off? It only seems to appear in the tvOS table view. See attached images.

Image 1 Image 2

1 个答案:

答案 0 :(得分:0)

我在另一个论坛上提供了这个答案:

dabinat

2015年11月1日上午1:02

(回应jpcoates)

我有完全相同的问题,并最终发现它只是一个添加到表顶部的面具。您可以使用以下命令禁用它:

self.tableView.maskView = nil;