IGRSoft / IGRPhotoTweaks

Drag, Rotate, Scale and Crop
https://igrsoft.com
MIT License
237 stars 71 forks source link

Need to use some internal variables of the pod in other ViewControllers #28

Closed ManuelaGar closed 6 years ago

ManuelaGar commented 6 years ago

Hi!

I am currently building an app to measure the pixels in a cropped image. This is why I need to use some internal variables of the pod such as:

Do you think you can change this variables to public so I can still use the pod in the future to crop the image and still be able to obtain the pixels without having to modify the internal code you have created? Also, I would like to thank you for this amazing program, it has helped me a lot! I will attach the files in which I did the changes from private to public in case you want to take a look. podChanges.zip

Best regards,

Manuela

ikorich commented 6 years ago

@ManuelaGar, please make pull request and I'll check it