code organization - How to structure a Cocoa project -
when write in python can structure source code several files , folders, creating modules. can import module, file can have several classes, , on.
how structure project written in cocoa? can .m
file implement multiple classes? there notion of "module"? "framework" for? possible create framework of mine? how "import" project? , happens @ compilation time, compiler embed frameworks 1 giant executable or living next executable, merely being copied bundle folder?
it sounds should start apple resources your first mac app , what frameworks?
to answer questions - .m can contain multiple class implementations; framework bundle of shared resources; framework library reuse; can create own frameworks; in typical mac application bundle frameworks copied application bundle.
there bunch of resources concerning structure , design of cocoa applications - particularly cocoa love post.
Comments
Post a Comment