SBMessageInputView icon indicating copy to clipboard operation
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.

SBMessageInputView demo

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.

SBMessageInputView install

Built With

Authors

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.