AlexBarinov / UIBubbleTableView

Cocoa UI component for chat bubbles with avatars and images support
http://alexbarinov.github.com/UIBubbleTableView/
842 stars 232 forks source link

Support for status messages #44

Open maciekish opened 11 years ago

maciekish commented 11 years ago

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.

img_2766

maciekish commented 11 years ago

Also added support for screen names. Useful in chats with multiple people.

img_2767

dcvz commented 11 years ago

how do you set the screenNames?

maciekish commented 11 years ago

In the NSBubbleData: @property (nonatomic, strong) NSString *screenName;

eliburke commented 11 years ago

Maybe you would be interested in porting your changes over to https://github.com/huffpostlabs/HPLChatViewController which is an updated fork of UIBubbleTableView