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

Camera roll first, but localized (not just in systems configured in english) #82

Closed spotbros closed 10 years ago

spotbros commented 10 years ago

I can appreciate that the camera roll is shown in the first position if iOS is configured in english because it does a not localized string comparation in ELCAlbumPickerController.m

This comparation should be done accordingly to the configured language.

spotbros commented 10 years ago

https://github.com/B-Sides/ELCImagePickerController/issues/82

ebennett-elec commented 10 years ago

in iOS 7 Apple starting moving away from the "Camera Roll" group name. With iOS 8, this group name is now removed completely.

Simon-Tseng commented 10 years ago

With iOS 8.1, the "Camera Roll" is back!