Can someone help me write a Mac application right from scratch, I'm new to Mac concepts, although I worked on iPad, iPhone apps. Even the textbook will work ...
Thank you in advance
Although a bit outdated, I think cocoadevcentral is a good place to start.
Hillegass Cocoa Programming for Mac OS X is a good book for learning Mac GUI programming (Objective C and Cocoa),
1, Join Apple Developer Program (free)2. Download Xcode (for free) and learn Objective-C or Swift (Swift is easier to learn than Objective-C) 3. Have a great idea! 4. Code!
Source: https://habr.com/ru/post/1337767/More articles:Any reason to send a .snk file with project sources? - .netMake sure the same configuration is used for the library and the executable - c ++Sharepoint 2010 Create a PDF document in a document library - pdfWhat is the problem with groupTableViewBackgroundColor on iPad? - background-colorsplit UITableView derived from pList - iosIs it possible to get the actual type from the stack trace? - reflectionGrails: accessing fields with GORM - javaAre performance counters the best way to implement and average per second? - .netprevent compilation from dSYM generation on OS X (using make) - c ++Do I need to destroy the tooltip? - c ++All Articles