I have been working with cocoa for a few days now... and I have mostly written all my code wrt UI interaction and threading in a single file which is also the ApplicationDelegate class.
Was just wondering if it is possible to use multiple files for the same purpose, to bring modularity into the code?
Was just wondering if it is possible to use multiple files for the same purpose, to bring modularity into the code?