Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. (void)submitRegistrationForm:(UITableViewCell *)cell
  2. {
  3. //we can lookup the form from the cell if we want, like this:
  4. RegistrationForm *form = cell.field.form;
  5.  
  6. NSLog(@"Country : %d",form.selectYourCountry);
  7.  
  8. // How to get country name over here.
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement