I have an uneditable, unscrollable UITextView inside a cell of a UITableView. The UITableView scrolls normally--unless the user happens to scroll starting from within the UITextView. I don't want this to be the case.
Note that I don't want the UITextView to be scrollable. I just want it so that no matter where the user starts scrolling from, they can scroll the table.
Thanks!
Note that I don't want the UITextView to be scrollable. I just want it so that no matter where the user starts scrolling from, they can scroll the table.
Thanks!