Newbie needs help single array into many tableviews
Newbie needs help single array into many tableviews
- Subject: Newbie needs help single array into many tableviews
- From: Steve Gran <email@hidden>
- Date: Sat, 23 Oct 2004 00:49:11 -0700
As mentioned on my other posts, I'm as Newbie as you can get (just
starting to learn programming). Anyway, I'm trying to understand
Arrays and TableView. As usual I try build a very small app to help me
learn. The one I'm doing now allows a user to enter data which is then
presented in various tableviews. All the examples in my books and
online tutorials have one array as the data source for one tableview,
so I'm pretty confused.
Let me give some more specifics of what the app is suppose to do. The
user enters in football team names (I'm talking about American Football
here) and other data (wins, points scored, etc.) into a mutable array.
But I want the teams to be correctly grouped (like the four AFC East
teams together in one tableview, the four AFC West teams in another,
etc.).
What is the right way to get this done? Can I have one array that goes
into many tableviews? I know how to set up a filter to view the teams
I want in one tableview but how do I get just certain teams in one
view and others in another view? And forgive me for asking that you be
very detailed in your answer, but again I'm such a Newbie I need far
more "hand holding" than the typical person.
Thanks in advance,
Steve
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden