What do I need to do to run in full resolution? No matter what I do,
UIScreen.MainContent.Bounds => {1024x768}
I am running Monodevelop 2.8.8.4 and I am setting my Deployment Target to 5.1
Any Ideas?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Can’t verify this since I don’t have an iPad3, but on iPhone4’s retina display bounds does not tell the whole story.
You need to take scale into consideration too;
That would most likely translate to multiplying width and height by
UIScreen.MainScreen.Scaleon MonoTouch.