Text View expand or contract upon clicking see more button
问题 In my tableView cell, I have a textView whose string i'm getting via JSON and updating the cell height dynamically like this func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat { if indexPath.section == 0 { return 255 } return UITableViewAutomaticDimension } Here's a screenshot Now initially i want text view to show a little text and upon clicking see more button it should expand and upon expansion the button text should change to see less also if the