SBMessageInputView
SBMessageInputView copied to clipboard
A home made iMessage textview with an accessory button
SBMessageInputView
A home made iMessage textview with an accessory button. Written using Swift 4.0.
Prerequisites
- Xcode
- Swift
Installing
Just copy the file SBMessageInputView.swift into your project.
- Create a view in your XIB or Storyboard.
- Attach a 45 height constraint and a bottom constraint to where the text view must stick.
- Implement the SBMessageInputViewDelegate methods for textview callbacks and send button callback.
Built With
- Xcode - IDE used
Authors
- Sacha Becourt - Initial work - KeiroMidori
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details
Acknowledgments
- Inspired by the iMessage app.