Hey, you're right about the UINavigation top bar with 2x UIBarButtonItems
The middle seems to be a UIScrollView, and each chat bubble uses an extensible UIImage
[UIImage stretchableImageWithLeftCapWidth:15 topCapHeight:13]
If the above code snippet does not help, you can see the link below. Here's how a tweetie Twitter client used chats in his client with a UITableView.
http://blog.atebits.com/2008/12/fast-scrolling-in-tweetie-with-uitableview/
The bottom is probably a UIToolBar with two UIButtons, not Barbuttons, I think, and, of course, a UITextField
shabbirv
source share