Drawing is rotate on iOS 8.1

I’ve had a project published for a while now and I pulled it out to fix some bugs but I’m noticing a change in behavior when compiled on iOS 8.1. Specifically, the rendering appears to be rotated 90 degrees.

I’m going to pull down the latest monogamy source and see if that fixes it, but I was wondering if anyone else has seen this.

This PR should fix it I think https://github.com/mono/MonoGame/pull/3116

Grab it, give it a test and leave feedback :slight_smile:

That did indeed fix it. Thanks!