How to update each custom tableview cell data at the same time?
问题 I am using Xcode 8.2.1 with Swift 3. I have one custom UITableViewCell containing a UITextView. When I type into the textView , the custom cell automatically grows. This part is working fine. I also want to update my other cells with the same data when I type in a specific cell. For example: When I type text into the 5th cell, automatically enter the same data in the 11th, 15th and 18th cells. Those cells must be grown automatically as well. I've added data to the specific indexes of the