[Solved] How to display and hide table view cells in swift
[ad_1] So you want to hide one of your UITableViewCells? Ill think the easiest way is to add some more information to your “Row Data Array”. For example: You have 10 Columns, and you want to hide 4 Specific Column. You have a function called “getRowData” – this returns (when no filter is selected) all … Read more