Question about architecture
Question about architecture
- Subject: Question about architecture
- From: Daniel Lopes <email@hidden>
- Date: Thu, 9 Sep 2010 11:32:45 -0300
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 (email@hidden)
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:
This email sent to email@hidden