Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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. Landscape example

But if I turn the iPad to portrai, the master view is no more transparent. See here: enter image description 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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.