On May 27, 2013, at 6:46 PM, Keary Suska <cocoa-...@esoteritech.com> wrote:

> Mac OS X development os much more complicated than iOS development. It is not 
> likely somehting you can just dive into without a learning curve.

Well, it’s different. Coming from OS X, I’ve found iOS UI development the more 
difficult of the two, because the UI is so much more limited, there is no 
document model or user-accessible filesystem, there’s very little you can do 
when in the background, etc. 

I don’t think either is diveable-into, even if you’re comfortable with the 
other.

Anyway, to answer YT’s original question: To create new controllers you can use 
the New File… command and create a new OS X NSWindowController or 
NSViewController subclass. Xcode will put boilerplate code in the new files and 
even create .xibs. If you’re creating a document-based app you may want to 
create an NSDocument subclass, which is higher-level and abstracts the file I/O 
for you.

—Jens
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to