Replacement for UIIMagePickerController, which has camera and album integrated and easy to switch between them
##Usage
pod 'PKImagePicker', '~> 0.0.2'
PKImagePickerController *imagePicker = [[PKImagePickerController alloc]init];
imagePicker.delegate = self;
[self presentViewController:self.imagePicker animated:YES completion:nil];