In your app build settings, there is a deployment target. Typically this is set to the highest SDK that you have on your system. Set it to be 6.1 and you're golden. The setting I am referring to is not the one that specifies what iOS versions your app supports, it's Deployment Target under iOS application in info.plist.
Bob Sent from my iPhone On Nov 17, 2013, at 11:03 AM, "Alejandro Vazquez" <[email protected]<mailto:[email protected]>> wrote: Hello, I have an app that is built using IOS6.1, so the appearance is IOS6. If I install it in IOS7 iphone it will look and feel IOS7 style but many of the elements not rendered in the same position I used to have them. I would like to know if its possible to run under IOS7 devices an IOS6.1 app but keep the IOS6 apperance. Thanks in advance. Alex _______________________________________________ MonoTouch mailing list [email protected]<mailto:[email protected]> http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
