ashare80 / ASTextInputAccessoryView

Customizeable and animated input accessory view based off of the "Messages" app for iOS in Swift
MIT License
4 stars 2 forks source link

Refactor out to easily add multiple content views that conform to protocol #1

Closed ashare80 closed 8 years ago

ashare80 commented 8 years ago

Instead of subclassing the inputAccessoryView enable the single view to hold an array of subviews that can be interchanged to allow a selected view to show and be updated by calling protocol methods for updated height and animation callbacks.