dmitric / DLCImagePickerController

ImagePickerController with live filters, radial blur and more. Brought to you by Backspaces.

Home Page:www.backspac.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base SDK 6.1 casues shifting on iPhone 5 +

0xSina opened this issue · comments

I downloaded the sample project and it works fine. However, if I change the Base SDK to 6.1, on only 4 inch(5, 5s, 5c) screen phones (not on simulator), when selecting a photo from the library, it shifts the the image to the left. For example, this is the original image when selecting from Library:
img_3098

after pressing choose:

img_0114

Notice how the image is shifted to the left with a black bard on the right. Any ideas/suggestions what could be wrong?

Thanks!

same problem here

Posted on SO. It's a bug in iOS7 with lower base SDKs: http://stackoverflow.com/questions/19397873/uiimagepickercontroller-bug

I ended up writing my own resize controller.

thank you @0xSina