Skip to content

Commit 05bc498

Browse files
authored
Merge pull request #609 from aschenkuttel/patch-1
Update README.md
2 parents 96adb30 + 24a84e2 commit 05bc498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func presentCropViewController() {
110110

111111
let cropViewController = CropViewController(image: image)
112112
cropViewController.delegate = self
113-
present(cropViewController, animated: true, completion: nil)
113+
self.present(cropViewController, animated: true, completion: nil)
114114
}
115115

116116
func cropViewController(_ cropViewController: CropViewController, didCropToImage image: UIImage, withRect cropRect: CGRect, angle: Int) {

0 commit comments

Comments
 (0)