Monotouch: universal application?

Does Monotouch iPhone / iPad support the “universal app”? If so, where can I find documents on how to do this?

+3
source share
1 answer

Yes of course! Miguel De Icaza did a great job with Monotouch.

In the "Project Settings" section, select "IPhone Application," and then specify the purpose for your application: iPad only, iPhone only, or both.

Remember that if you want to create a universal application, you must provide specific sizes for each device (views, orientations, images, etc.).

iPad iPhone, , ipad. (, , iPhone iPad). : , iPhone iPad .

UIDevice.CurrentDevice.Model

.

+3

All Articles