简体   繁体   English

使用XCode 5和Xamarin 7的Xamarin for iOS 5/6 +编译器?

[英]Xamarin Compile for iOS 5/6 + using XCode 5 and Xamarin 7?

I have installed XCode 5 and supporting new Xamarin Studio etc. 我已经安装了XCode 5并支持新的Xamarin Studio等。

I have legacy apps designed for iOS5/6 that I have to maintain as is with respect to UIAppearance/MT.Dialog etc. Is there a XCode5/Xamarin.iOS option that lets me compile the "old way" so that the apps looks and feel like a iOS5/6 app regardless of device? 我有针对iOS5 / 6设计的旧版应用程序,必须就UIAppearance / MT.Dialog等保持原样。是否有XCode5 / Xamarin.iOS选项可让我编译“旧方法”,以便使应用程序看起来和感觉像iOS5 / 6应用程序,无论使用哪种设备?

When I run the apps on the Simulator 7, it trys to morph the UINavigation bars, UIAppearance etc to iOS7. 当我在模拟器7上运行应用程序时,它会尝试将UINavigation条,UIAppearance等变形为iOS7。 I want it to look like an iOS 5/6 app regardless of the device. 无论设备如何,我都希望它看起来像一个iOS 5/6应用。

Solution. 解。

Install XCode 4.63 into a new folder in ~/Applications. 将XCode 4.63安装到〜/ Applications中的新文件夹中。

Change the Apple SDK in Xamarin Preferences to that location 将Xamarin首选项中的Apple SDK更改为该位置

Build and you'll get the old style so you can maintain old apps until ready to migrate them 构建后,您将获得旧样式,因此您可以维护旧应用,直到准备好迁移它们为止

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM