Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Port an iPhone app to Mac OS X

I have an app running on the iPhone that I would like to convert into a runnable application on Mac OS X. It uses a single UIViewController, which I have heard needs to be changed into an NSViewController.

Basically what I am wondering is what needs to be changed about an iPhone application to make it work like a Mac application instead, for instance, is there a mac UIKit equivalent? Or how do I use the Mac interface objects that show up in interface builder, things like this. Is there anything that needs to be fundamentally different about the structure of the code for it to run?

like image 883
Regan Avatar asked Sep 21 '10 03:09

Regan


1 Answers

ApplicationKit is where you should look.

like image 54
clee Avatar answered Oct 05 '22 15:10

clee