Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. -(void)viewDidLoad
  2. {
  3. // load data from sql
  4. // self.someDataArray = DATAFROMSQL
  5. [picker reloadAllComponents];
  6. [picker selectRow:0 inComponent:0 animated:YES];
  7. }
  8.  
  9. - (void) viewDidAppear:(BOOL)animated {
  10. [m_pickerView selectRow:nSelectedItem inComponent:0 animated:YES]; }
  11.  
  12. [myPickerView selectRow:rowWithTedsName inComponent:columnWithNames animated:NO];
Add Comment
Please, Sign In to add comment