I'm want to expand and collapse cells in my table view without heightForRowAt()
. I want only using Layout Constraints.
I have read Self-sizing Table View Cells and check the solution in this post
And now I have a problem: when I touch my cell in table View it not happening, when i double touch on that, it's working; something just once. i don't understand what happened.
this video what happing: (link)
this is my code