Getting an array which is bind to the data source of UITableView. There is a column named priority with an integer values of 1,2,3 etc. I need to show cells with priority values of 1 only and need to hide the others. Though an alternative is to cretae another sub array that only contains priorities with value 1. I want to avoid extra sub array so looking for hiding the cells instead
Thanks
Arnieterm