iOS - Hide emtpy cell at the end of UITableView, From -> http://stackoverflow.com/a/14520593
tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];