picker.dismissViewControllerAnimated(true, completion: { () -> Void in
let pickedImage = info[UIImagePickerControllerOriginalImage] as? UIImage
// Convert image to data and Send data anotherViewController
image data
UIImageJPEGRepresentation(self.pickedImage, 0.5)
})