Previously I mentioned a nice control for creating a UITableView with chat bubbles similar to the Messages app called UIBubbleTableView.
Here’s a similar control with a number of enhancements called MessagesTableViewController from Jesse Squires. This control provides animations and sound effects along with a dynamically sizing input view for messages.
MessagesTableViewController is built off of SSMessagesViewController and the readme states that the following enhancements were added:
– Brought up-to-date for iOS 6.0 and ARC
– Allows arbitrary message sizes (and message bubble sizes)
– Universal for iPhone and iPad
– Dynamically resizes input text view as you type
– Improved hiding/showing keyboard with NSNotification
– Automatically enables/disables send button if text view is empty or not
– Refactoring, refinements, and fixes
Here are some images showing the control in action:
You can find MessagesTableViewController on Github here.
A nice easy way to add a functional chat interface into an app.
- Open Source iOS Control For Creating Animated Arrows To Guide The User
- Open Source Custom iOS UITableView Control For Chat Bubbles Like The Messages App
- Open Source iOS Control For Presenting Information In The Toolbar Space
- Open Source: Non-Annoying UIAlertView Replacement Styled After TweetBot’s Alert Panels
- Library Providing An NSNotificationCenter Alternative For Handling Multiple Delegates
Original article: Open Source iOS Control Providing An Easy To Implement Messages App Like User Interface
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.






