A demo on how to create a custom input view that rests at the bottom of the view.
- Create the Custom input view
- Override your view controller's
inputAccessoryViewwith this input view - Create a protocol for your input view consisting of a
send()method - Add this protocol to your view controller and set up the delegate
send()method - Set the view controller as the input view's delegate.