Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
  2. /*........*/
  3. tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
  4. return cell;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement