https://github.com/messagekit/messageinputbar
A powerful InputAccessoryView ideal for messaging applications
https://github.com/messagekit/messageinputbar
Last synced: 6 months ago
JSON representation
A powerful InputAccessoryView ideal for messaging applications
- Host: GitHub
- URL: https://github.com/messagekit/messageinputbar
- Owner: MessageKit
- License: mit
- Created: 2018-06-03T21:31:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T08:21:34.000Z (over 4 years ago)
- Last Synced: 2024-04-14T04:18:40.468Z (about 1 year ago)
- Language: Swift
- Size: 185 KB
- Stars: 64
- Watchers: 10
- Forks: 44
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
[](https://github.com/Carthage/Carthage)
![]()
![]()
![]()
![]()
![]()
## Installation
### [CocoaPods](https://cocoapods.org/) **Recommended**
````ruby
pod 'MessageInputBar'
````### [Carthage](https://github.com/Carthage/Carthage)
To integrate MessageKit using Carthage, add the following to your `Cartfile`:
````
github "MessageKit/MessageInputBar"
````## Requirements
- **iOS 9** or later
- **Swift 4** or later> Version 0.4.0 onwards is only Swift 4.2 compatible
## Contributing
Great! Look over these things first.
- Please read our [Code of Conduct](https://github.com/MessageKit/MessageInputBar/blob/master/Code_of_Conduct.md)
- Check the [Contributing Guide Lines](https://github.com/MessageKit/MessageInputBar/blob/master/CONTRIBUTING.md).
- Come join us on [Slack](https://join.slack.com/t/messagekit/shared_invite/MjI4NzIzNzMyMzU0LTE1MDMwODIzMDUtYzllYzIyNTU4MA) and 🗣 don't be a stranger.
- Check out the [current issues](https://github.com/MessageKit/MessageInputBar/issues) and see if you can tackle any of those.
- Download the project and check out the current code base. Suggest any improvements by opening a new issue.
- Check out the [What's Next](#whats-next) section :point_down: to see where we are headed.
- Check [StackOverflow](https://stackoverflow.com/questions/tagged/messagekit)
- Install [SwiftLint](https://github.com/realm/SwiftLint) too keep yourself in :neckbeard: style.
- Be kind and helpful.## What's Next?
Check out the [Releases](https://github.com/MessageKit/MessageInputBar/releases) to see what we are working on next.
## Contact
Have a question or an issue about MessageKit? Create an [issue](https://github.com/MessageKit/MessageInputBar/issues/new)!
Interested in contributing to MessageKit? Click here to join our [Slack](https://join.slack.com/t/messagekit/shared_invite/MjI4NzIzNzMyMzU0LTE1MDMwODIzMDUtYzllYzIyNTU4MA).
### Apps using this library
Add your app to the list of apps using this library and make a pull request.
*Please provide attribution, it is greatly appreciated.*
## MessageKit Core Team
- [@SD10](https://github.com/sd10), Steven Deutsch
- [@nathantannar4](https://github.com/nathantannar4), Nathan Tannar (MessageInputBar Maintainer)
- [@zhongwuzw](https://github.com/zhongwuzw), Wu Zhong## Thanks
Many thanks to [**the contributors**](https://github.com/MessageKit/MessageInputBar/graphs/contributors) of this project.
## License
MessageInputBar is released under the [MIT License](https://github.com/MessageKit/MessageInputBar/blob/master/LICENSE.md).