Guest User

Untitled

a guest
May 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. TableSectionViewWithButton *footer = [[TableSectionViewWithButton alloc] initWithButtonTitle:@"Submit" andColor:SHButtonColorGreyDark withDelegate:self];
  2. [footer.button addTarget:self action:@selector(buttonPushed:) forControlEvents:UIControlEventTouchUpInside];
  3. self.tableView.tableFooterView = footer;
  4. [footer release];
Add Comment
Please, Sign In to add comment