TGCameraViewController
TGCameraViewController copied to clipboard
Capture or select the full image from the photo library instead of square image
Hi, I would like to be able to capture or select the full image from the photo library instead of uploading a square image. What's the best way of doing that? Thank you.
Hi @zoufishanmehdi,
Did you check the option kTGCameraOptionUseOriginalAspect
(described here). I believe it applies for both camera and uploading an image, if that's not a problem.
Thanks for the reply. I have pod 'TGCameraViewController', ‘2.2.8’ installed. I don't see the optionkTGCameraOptionUseOriginalAspect
in TGCamera.h.
I also cannot find the kTGCameraOptionUseOriginalAspect option. Was it removed?