Skip to content

Commit

Permalink
fix #346
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Barreto committed Mar 30, 2016
1 parent 49e8d72 commit f05547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Rows/Controllers/ImagePickerController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public class ImagePickerController : UIImagePickerController, TypedRowController
}

public func imagePickerController(picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [String : AnyObject]){
row.value = info[UIImagePickerControllerOriginalImage] as? UIImage
(row as? ImageRow)?.imageURL = info[UIImagePickerControllerReferenceURL] as? NSURL
row.value = info[UIImagePickerControllerOriginalImage] as? UIImage
completionCallback?(self)
}

Expand Down

0 comments on commit f05547a

Please sign in to comment.