Latest | 4.0.5 |
---|---|
Homepage | https://github.com/jessesquires/MessagesTableViewController |
License | MIT |
Platforms | ios 6.0, requires ARC |
Dependencies | JSQSystemSoundPlayer |
Frameworks | QuartzCore |
Authors |
More screenshots available at CocoaControls
Features
See the website for the list of features.
Dependencies
Requirements
- iOS 7.0+
- ARC
Installation
CocoaPods (recommended)
# For latest release in cocoapods
pod 'JSQMessagesViewController'
# Latest on develop
pod 'JSQMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :branch => 'develop'
# For version 5.3.2
pod 'JSQMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController', :branch => 'version_5.3.2_patch'
Getting Started
See the Getting Started guide!
Questions & Help
- Review the FAQ.
- Search issues for previous and current questions. Do not open duplicates.
- StackOverflow is often the most appropriate place for questions and help. We have our own tag,
jsqmessagesviewcontroller
. - See the Migration Guide for migrating between major versions of the library.
- Only ask questions that are specific to this library.
- Please avoid emailing questions. I prefer to keep questions and their answers open-source.
Documentation
Read the docs, available here via @CocoaDocs.
Contributing
Please follow these sweet contribution guidelines.
Donate
Support the development of this free library! Send cash via Square Cash.
Credits
- Created and maintained by @jesse_squires.
- Many thanks to the contributors of this project.
- iOS assets extracted using @0xced / iOS-Artwork-Extractor.
Apps using this library
According to CocoaPods stats, over 6,000 apps are using JSQMessagesViewController
. Here are the ones that we know about. Please submit a pull request to add your app! :smile:
License
JSQMessagesViewController
is released under an MIT License. See LICENSE
for details.
Copyright © 2013-present Jesse Squires.
Please provide attribution, it is greatly appreciated.
Latest podspec
{ "name": "JSMessagesViewController", "version": "4.0.5", "summary": "A messages UI for iPhone and iPad.", "homepage": "https://github.com/jessesquires/MessagesTableViewController", "social_media_url": "https://twitter.com/jesse_squires", "license": "MIT", "authors": { "Jesse Squires": "[email protected]" }, "source": { "git": "https://github.com/jessesquires/MessagesTableViewController.git", "tag": "4.0.4" }, "platforms": { "ios": "6.0" }, "source_files": "JSMessagesViewController/Classes/**/*", "resources": "JSMessagesViewController/Resources/**/**/*", "frameworks": "QuartzCore", "requires_arc": true, "dependencies": { "JSQSystemSoundPlayer": [ "~> 1.0" ] }, "deprecated_in_favor_of": "JSQMessagesViewController" }
Fri, 04 Mar 2016 14:48:04 +0000