I have a tableview that opens up a section every time I tap on one of the fields, to hide that section I tried attaching the cell in the class and doing:
passwordCreationCell.isHidden = true
the problem with that that every time I do it, I get a white empty cell,
how do I remove the white spacing? or how do I remove the cell from display \ add it again?