ill try to hide a row in Swift. If i select in the function heightForRowAtIndexPath to return for the specific row height 0, then there is a problem with my content (i will be overlapped) - if i select the row everythink looks as expected.
Is this maybe a bug in swift? Or what is the correct way to hide a row in Swift (Objective C).
Thanks in Advance