port an iOS (iPhone) app to mac?
Posted
by
William Jockusch
on Stack Overflow
See other posts from Stack Overflow
or by William Jockusch
Published on 2011-01-02T18:40:40Z
Indexed on
2011/01/02
18:54 UTC
Read the original article
Hit count: 131
Is there a preferred way to go about this?
The app in question is not too large . . . single-player game that I wrote over the course of a couple of months.
EDIT: I should add that I have no experience with mac development . . . outside of what comes naturally with being an iOS developer.
EDIT: Classes heavily used in the game: subclasses of NSObject, UIView, and UIViewController. I don't know much about NSView, but I'm pretty sure all the UIView stuff will work in that class. Also some use of UITableViewController. I do also have Game Center, but I can leave that part out for now. There is no multi-touch.
© Stack Overflow or respective owner