Hi,
I was wondering, how, using objective-c + IB, would I output each object in an array into it's own row in a view. Take for example, Tweetie, say I had an array full of tweets (NSStrings), I would like to output each tweet (or nsstring) in it's own bubble as is implemented in tweetie.
I know it's slightly confusing but any help would be appreciated!
Thanks in advance! - I'm doing mac dev by the way.