I am using Swift2.0 with Xcode7 and my problem is like this.
I get a UITextView within UITableViewCell:
When i type into the UITextView, I want the size of UITextView and UITableViewCell will change automatically according to the length of what I typed. Also, when I enter this page, the size of UITextView and UITableViewCell are different based on the length of text read from database.
I searched a lot from Google but failed to make it. Thanks for your help.