Hello, I'm learning Cocoa and Objc and enjoying a lot, especially because my background is in Ruby and both languages are basically the same thing except for the syntax.
But what I don't understand very well and neither find good guidelines is how architect my app. I'm doing my studies in a small pet project but I would like to make that project as close as possible to a real polished commercial app. The goal of the app is access my snippets in gist.github.com and manage that with ability to search, add, edit, delete and some shortcuts (I also want to put an icon in menu bar). Today I going with that UI: http://cl.ly/2JYu On the left side of Splitview I have a Custom View for the header (because I want a diferrent background) and TableView where I will display all my gist snippets. On the right side another Custom View for the header and a TextView. My idea for organization is separate the entire content on the left side in a new Nib called sidebar and set the FileOwner to a controller in Window Nib. Also do the same thing for the right part of the Split View. That behavior the behavior to separate big "components" of the UI in diferent nib's is right? Create custom views for the header is a good pratice? I know this a big question but the answer will help me a lot. Thanks in advance. -- Best regards Daniel Lopes _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com