Disable UITextView scrolling the containing view?
问题 I've got a UITextView inside a UIScrollView (specifically, the text view is in a UITableViewCell in a table). When I type in the text view and hit return to make some new lines (and the text in the text view becomes too long for it to contain vertically), it scrolls both the text view itself (which is okay) and the table/table cell that contains it (which I would like to prevent) . Is there some way to prevent this behaviour? The UITableView has scrollEnabled set to NO, yet the UITextView