Skip to content

A sub class of UITableViewCell to create exactly the same kind of bubbles that iMessage uses in iOS 8. Very easy to use and highly customizable.

Notifications You must be signed in to change notification settings

kerry/iMessageBubble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iMessageBubble

A sub class of UITableViewCell to create exactly the same kind of bubbles that iMessage uses in iOS 8. Very easy to use and highly customizable.

Screenshots

Alt text

#Installation instructions

There are two ways to use this. One is to use the recommended way, i.e., the code and the other is to use XIB file.

To use the code:

  1. Register the class using the method "registerClass" of table view for each cell identifier (chatSend and chatReceive)
  2. Then get the instance of the cell using the normal method like so:
chatCell = (ChatTableViewCell *)[tableView dequeueReusableCellWithIdentifier:@"chatSend"];

To use XIB:

  1. Register using the method "registerNib" of tableView for each cell identifier (chatSend and chatReceive)
  2. Then get the instance of the cell using the normal method like so:
chatCell = (ChatTableViewCellXIB *)[tableView dequeueReusableCellWithIdentifier:@"chatSend"];

#NOTE

A sample fully working project is included.

About

A sub class of UITableViewCell to create exactly the same kind of bubbles that iMessage uses in iOS 8. Very easy to use and highly customizable.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published