I\'m having trouble creating a nice way of passing a collection around to different view controllers. For example, I created a custom class called Message with a bunch of a
A thought:
@synthesize generates setter and getter methods, it doesn't init your variable. Where do you do that? I can't see it in the excerpts you posted.