xcode 哪种 IDE 最适合 iPhone 开发?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4553094/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Which IDE is best for iPhone development?
提问by bharath
I'm going to develop an iPhone application.
我将开发一个 iPhone 应用程序。
Which IDE is the best, Eclipse or Netbeans?
哪个 IDE 最好,Eclipse 还是 Netbeans?
回答by Jacob Relkin
回答by Henrik P. Hessel
The best IDE for iOS Development is still Apples XCode. You cannot use Eclipse or Netbeans.
iOS 开发的最佳 IDE 仍然是 Apples XCode。您不能使用 Eclipse 或 Netbeans。
回答by blackratdog
I think you meant Android, not iPhone. For Android you can develop either in Eclipse or Netbeans, the most popular one being Eclipse.
我想你是说安卓,而不是 iPhone。对于 Android,您可以在 Eclipse 或 Netbeans 中进行开发,最流行的一种是 Eclipse。
回答by Thorbj?rn Ravn Andersen
If you find you do not like XCode, you could have a look at MonoTouch (http://monotouch.net/) which allows you to write iPhone applications in C# instead of Objective C.
如果你发现你不喜欢 XCode,你可以看看 MonoTouch (http://monotouch.net/),它允许你用 C# 而不是 Objective C 编写 iPhone 应用程序。
Note: Costs money, but might be worth it if you are on a tight schedule.
注意:要花钱,但如果您的日程安排很紧,可能值得。