We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5005c6a commit 09fd69bCopy full SHA for 09fd69b
1 file changed
README.md
@@ -43,7 +43,7 @@ Setup UIImageCropper
43
```
44
cropper.picker = picker
45
cropper.delegate = self
46
-//cropper.cropRatio = 2/3 //(can be set during runtime or in init)
+//cropper.cropRatio = 2/3 //(can be set with variable, before cropper is presented, or in cropper init)
47
//cropper.cropButtonText = "Crop" // button labes can be localised/changed
48
//cropper.cancelButtonText = "Cancel"
49
0 commit comments