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

Looks bad on iOS 7/8 #93

Closed JonathanAquino closed 10 years ago

JonathanAquino commented 10 years ago

On iOS 7 and 8, the picker looks bad. Note the lack of padding, and the lines, shown in this screenshot: http://monosnap.com/image/E4JRmnRomvQCUMgtQ21bpDXiWDEgeW

It would be good to add some padding, and to get rid of the lines, which are not present in the regular image picker.

JonathanAquino commented 10 years ago

I created this pull request to fix the appearance: https://github.com/B-Sides/ELCImagePickerController/pull/98