B-Sides / ELCImagePickerController

A clone of the UIImagePickerController using the Assets Library Framework allowing for multiple asset selection
http://www.icodeblog.com
1.65k stars 469 forks source link

xcode5, 4 inch retina, ios7, 64bit #53

Closed FabianFrank closed 11 years ago

FabianFrank commented 11 years ago

update project and make it work with 64bit

I decided to update the minimum OS to 6.0 to be able to add 64 bit support. The demo app now runs fine in a 64 bit emulator as a 64 bit app. I also followed XCode's suggestion to add the 4" launch image, so that the app would launch without black bars on newer iPhones.

jvanmetre commented 11 years ago

Thanks for this. I was a bit concerned with the changes and casting from int to long, but a little research led me to: https://developer.apple.com/library/mac/documentation/Darwin/Conceptual/64bitPorting/transition/transition.html#//apple_ref/doc/uid/TP40001064-CH207-TPXREF101 which explains a bit why the compiler suggests that.