We don开发者_运维技巧’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionCan 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...
Thanks in advance
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!
Although a bit old, I think cocoadevcentral is an ok place to start.
Cocoa Programming for Mac OS X by Hillegass is a good book for learning about Mac GUI programming (Objective C and Cocoa).
精彩评论