macos 如何从头开始为 Mac OSX 编写应用程序?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4850666/
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
How do I write an application for Mac OSX from scratch?
提问by Gina
Can anyone guide me how to write a Mac application right from scratch, I'm new to Mac concepts, though I have worked on iPad, iPhone applications. Even a tutorial would work...
任何人都可以指导我如何从头开始编写 Mac 应用程序,我是 Mac 概念的新手,尽管我已经在 iPad、iPhone 应用程序上工作过。即使是教程也行...
Thanks in advance
提前致谢
回答by Erik
1, Join Apple's developer program(free)
2. Download Xcode(free) and learn Objective-C or Swift(Swift is easier to learn than Objective-C)
3. Have a great idea!
4. Code!
1、加入苹果的开发者计划(免费)
2.下载Xcode(免费)并学习Objective-C 或Swift(Swift 比Objective-C 更容易学习) 3. 有一个好主意!
4. 代码!
回答by Felix Kling
Although a bit old, I think cocoadevcentralis an ok place to start.
虽然有点旧,但我认为cocoadevcentral是一个不错的起点。
回答by John Pickup
Cocoa Programming for Mac OS Xby Hillegass is a good book for learning about Mac GUI programming (Objective C and Cocoa).
Hillegass 的Cocoa Programming for Mac OS X是一本学习 Mac GUI 编程(Objective C 和 Cocoa)的好书。