I have the latest Ipad compatible Monotouch library. I have upgraded my projects to use 3.2 SDK and MonoTouch 1.9 Alpha.
The docs say you need to change the Window in your XIB for the large iPad Window. I don’t use XIB. I build my interface from code by constructing the object programatically. What should I be doing to get the large iPad style Window?
After further investigation, I found that I needed to add an entry into the info.plist file like so:
Once this is present the dynamic Window class that I create is the full iPad screen size.
I think it is basically telling the system that my app supports that device. Will have to find our more in the docs.