When I pick an image from UIImagePicker with sourceType PhotoLibrary... that's a square... with allowsEditing flag set to true, the image by default sits ~18px down from where it should be
Any ideas why and how I can fix it?
When I pick an image from UIImagePicker with sourceType PhotoLibrary... that's a square... with allowsEditing flag set to true, the image by default sits ~18px down from where it should be
Any ideas why and how I can fix it?
Removing "View controller-based status bar appearance" key from Info.plist eliminates this bug.