LECropPictureViewController
LECropPictureViewController copied to clipboard
Adding init option to change the overlay backgroundColor
I added a new init option to init the ViewController with a backgroundColor parameter.
This allows the user to change the color of the overlay that's on top of the image, including changing the alpha ratio by passing it along.
Done
@gmogames nice, thanks. What about the name convention? As I said before, don't you think that overlayColor
would be a better name than backgroundColor
?