By subclassing SlackTextViewController, you'll get a tableView or collectionView, and a toolbar at the bottom containing the growing text input. That's basically it.
You may decide later to override some methods for disabling or enabling more features.
Comments
Will this work for just the input component with a separate table view controller? That'd make it much more useful for non-messaging apps also.
By subclassing SlackTextViewController, you'll get a tableView or collectionView, and a toolbar at the bottom containing the growing text input. That's basically it. You may decide later to override some methods for disabling or enabling more features.