I am working on an iPad App that is using the split view. The master and detail views themselves are transparent, while the splitview displays a image.
I created a dummy based on the master detail example form apple to show you how it could look like.

But if I turn the iPad to portrai, the master view is no more transparent. See here:
The text on the master view is no longer readable. The dark semitransparent color is used by the UISplitViewClass itself. It is not mentioned in the documentation and I am not able to disable this behavior.
I can work around of course, but that is not the problem.
Why is the SplitViewclass doing this? Did I miss somewhere a footnote in the documentation?