Please excuse if this is a novice question, as I'm quite new to iOS development (Just started about 3 days ago doing things natively) and I'm running into a small quirk. Right now I'm using UIImagePickerController@setAllowsEditing
to drop the user into edit mode before they can confirm the picture, however my application requires that images be 512x512
to be sent off to my server for storage. There are numerous reasons for this, but those shouldn't matter for the question.
As of right now the user's image dimensions is completely dependent on their Camera, or the resolution of the image that they're picking from their photo library. Is there a way to force the user to crop the image into 512x512
dimensions.