2

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?

enter image description here

Troy Payne
  • 343
  • 2
  • 3
  • 9

1 Answers1

0

Removing "View controller-based status bar appearance" key from Info.plist eliminates this bug.

Egor Komarov
  • 523
  • 2
  • 8