I have a UITextView
called recipeDesc
. I would like to have an option within my app to dynamically adjust the height of the UITextView
to fit the content (text) inside the UITextView
(so I need to know how to do it programmatically). I found some answers for Objective-C, but I am not very familiar with it, so I don't know how to implement it in Swift.
Thanks in advance for any help.