Comment on SlackTextViewController: A new growing text input for iOSparentComments−micampe11yYou should add your view to the cell's contentView instead of directly on the cell, which allows you to keep the default behaviors and also reuse the view.
Comments
You should add your view to the cell's contentView instead of directly on the cell, which allows you to keep the default behaviors and also reuse the view.