本文介绍了iPhone开发与Mac OSX开发之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这个问题适用于所有使用iphone和Mac OSX平台进行编码的程序员

我一直在Google上搜索了一段时间,但我找不到任何好的答案,所以我在这里发帖。 如果这不是编程问题,请道歉。

I have been searching on Google for quite some time, but I could not find any good answer, and so I am posting the question here. Please apologize if this is not a programming question.


  1. 关于开发概述的问题:

  1. Question on development overview:

我想知道iphone开发工具与Mac OSX开发工具的不同之处。

I would like to know how the iphone development tools are different from Mac OSX development tools.

问题编程语言:

编程是否也在mac-osx的 objective-c 中完成?是否会使用相同的语法和格式(例如,创建按钮或textField)...?

Is the programming done in objective-c for mac-osx as well ? Will it be the same syntax and format (for example, to create a button or textField)... ?

关于库的问题:

如果编程是在Xcode中完成的,的类和库将如何触及导航适用于Mac OSX中的开发。 ?是否有界面构建器?

If the programming is done in Xcode, how will the classes and libraries for touch and navigation be for the development in Mac OSX. ? And is there an interface builder ?

模拟和测试问题:

是否一样容易作为iPhone开发模拟和测试应用程序在模拟器

Is it as easy as iPhone development to simulate and test the app in a Simulator ?


推荐答案


  1. 许多不同的UI元素和交互。

  2. 相同。

  3. 不同。

  4. 恕我贺价是。

  1. Many different UI elements and interactions.
  2. The same.
  3. Different.
  4. IMHO yes.

您可能想看看这些帖子到帮助您过渡:

You may want to check out these posts to help you transition:

这篇关于iPhone开发与Mac OSX开发之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-13 17:43