Swift: How to continuously adapt a UICollectionViewCell height to a UITextView while writing in it?
问题 Good afternoon. I've struggled with this "feature" for my iOS app for some hours now and I'm in need of some help. Question: How should I implement so that when a user types in the UITextView increases in size (only the bottom margin) and the cell increases its height to fit the UITextView dynamically meanwhile? I can't figure out how to tackle it. Research: After some searching I came upon Dynamically change cell's height while typing text, and reload the containing tableview for resize as