There are one to three UITableViewCells in a UITableViewView. Is there a way to always position the cell(s) at the bottom of screen after rel
UITableViewCell
UITableViewView
rel
if(indexPath.row!=CategoriesArray.count-1) { cell.hidden = YES; } return cell;