Use notificationCenter to post a notification in any cell and listen to it in another
Or
Implement didSelectRowAt and get kind of pressed cell and loop for all other cells of the table
Note: I don’t really know your implementation but if it’s a type of a default and a expansion cells , it may be combined in one cell with a simple play in constraints with dynamic tableView height technique
9
solved How to call second cell from first cell [closed]