I read on StackOverflow that to create a messaging speech bubble, the TTSpeechBubbleShape class is highly recommended.
Speech Bubble in iOS SDK using Objective-C
However, this class is derived from a custom NSObject class, so I have no idea how to turn this NSObject and add it into one of the cells of my custom UITableView class?
So, how does one turn a NSObject into a UIView? (Or at least show a NSObject as part of a UIView)
Thanks from a first time iOS app developer.
More info on the class: http://api.three20.info/interface_t_t_speech_bubble_shape.php https://github.com/facebook/three20/blob/master/src/Three20Style/Headers/TTSpeechBubbleShape.h https://github.com/facebook/three20/blob/master/src/Three20Style/Sources/TTSpeechBubbleShape.m