Open maciekish opened 11 years ago
Also added support for screen names. Useful in chats with multiple people.
how do you set the screenNames?
In the NSBubbleData: @property (nonatomic, strong) NSString *screenName;
Maybe you would be interested in porting your changes over to https://github.com/huffpostlabs/HPLChatViewController which is an updated fork of UIBubbleTableView
By posting messages with type BubbleTypeMyStatus or BubbleTypeSomeoneElsesStatus plain text messages without a bubble or avatar can be presented.
These are useful to display misc information like "The user left the chat" etc.
Edit: Also added screen names, see next comment.