IB z-order on simulator 6.0

Posted by Stanley on Stack Overflow See other posts from Stack Overflow or by Stanley
Published on 2012-12-12T14:33:17Z Indexed on 2012/12/13 5:04 UTC
Read the original article Hit count: 155

Filed under:
|

enter image description here

Consider the above's IB objects listing. Siblings further down the list should be on top of the siblings listed further up when rendered on the screen.

Under Xcode 4.5.2, everything is ok if iphone simulator 5.1 is used. But for simulator 6.0 the map just covers everything. The same if using actual devices (phones) for testing.

Hope that somebody knowledgeable could help.

Please also add comments if you do not find such a problem on simulator 6.0. Because chances are the problem is related to how my project is setup.

Update :

Have setup a test project with the iOS 6 map view. There seems to be no problem with the z-order. So the problem should relate to my code.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode