Guest User

Untitled

a guest
Dec 11th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. self.imgPicker = [[UIImagePickerController alloc] init];
  2. //self.imgPicker.allowsImageEditing = YES;
  3. self.imgPicker.delegate = self;
  4. self.imgPicker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
  5.  
  6.  
  7.  
  8.  
  9. locations=[[NSMutableArray alloc] initWithObjects:@"BOSTON",@"CHICAGO",@"DALLAS",@"DC",@"ORLANDO",@"PHILLY",@"VEGAS",@"NEWYORK",@"LA",@"SANFRAN",@"REPAIR", @"SUBRENTAL",@"MULTIPLE", nil];
  10.  
  11. if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
  12. {
  13. [self buildPopover];
  14.  
  15. } else
  16. [self buildActionsheet];
  17. `
Add Comment
Please, Sign In to add comment