Game shifted off screen on iOS8/Xcode 6

At first sorry for my english.

I have game Monogame/Xamarin.iOS which works perfectly until i tried it on iOS 8 (compiled by Xcode 6). I tested my app on simulators/device (iPad app only), but problem showed on each device.

I also create blank app where issue occurs too.

Source code of the blank app:
https://dl.dropboxusercontent.com/u/71865862/iPadMonogameTest.zip

I’m not sure if problem is in Monogame, Xamarin or my code.

Thanks you for help

Are you using the latest/beta MonoGame development code from GitHub? This bug should be fixed in the latest version.

I’m previously used latest stable version from nuget.

i tried latest sources of monogame (unstable) from gitlab as you advised and problem is seems solved.

Thanks