A home made iMessage textview with an accessory button. Written using Swift 4.0.
- Xcode
- Swift
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.
- Xcode - IDE used
- Sacha Becourt - Initial work - KeiroMidori
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
- Inspired by the iMessage app.