Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

faffoo

macrumors 6502
Original poster
May 22, 2008
293
46
Glasgow, UK
Hi there,

I am an experienced iOS developer, and am wondering if there are any worthwhile resources i should read through to develop a mac app?

All help is appreciated

Regards
Matt
 
Hi there,

I am an experienced iOS developer, and am wondering if there are any worthwhile resources i should read through to develop a mac app?

All help is appreciated

Regards
Matt

As you should already know, start at developer.apple.com. Have you looked over the Mac OS X resources (guides, references, sample code, etc.) there?
 
As you should already know, start at developer.apple.com. Have you looked over the Mac OS X resources (guides, references, sample code, etc.) there?

I have yes, a little overwelming, is there a "Hello World" tutorial for Mac apps? Is it cocoa?? Every search i make online just brings up iOS tutorials.

Regards
Matt
 
The Apple developer resources are excellent. Assuming you're a registered member, you should have access to the reference and sample code.

The key things to read up on:
- UI code. Much of it is quite similar (UITableView vs NSTableView etc), but you will have to make changes.
- UI guidelines. Mac users can be quite fussy about how good their apps look.
- Garbage collection. You don't have to use it (I don't), but it's no harm understanding it anyhow.
- Menu/button driven interface vs touch/gesture UI. Nothing too difficult, easier than iOS development, if anything.

Your model classes should be identical. Your controller code will need to be rewritten, but there are few if any extra 'skills' you need, as a Mac developer.
 
I have yes, a little overwelming, is there a "Hello World" tutorial for Mac apps? Is it cocoa?? Every search i make online just brings up iOS tutorials.

Recent MacRumors threads on this subject:
https://forums.macrumors.com/threads/1180133/
https://forums.macrumors.com/threads/1180764/

See those threads for explanation of google search terms:
cocoa tutorial site:developer.apple.com


See links under "Getting Started" at this page:
http://developer.apple.com/library/mac/navigation/

Also see:
http://developer.apple.com/devcenter/mac/
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.