nohana / NohanaImagePicker

A multiple image picker for iOS app.
Apache License 2.0
224 stars 57 forks source link

Selected Assest or color change #85

Closed t2ac32 closed 7 years ago

t2ac32 commented 7 years ago

Is there any way to change the "selected" green asset to maybe another color like system blue or a selected asset in the Xcode assets library?

haranicle commented 7 years ago

@t2ac32 You can use picker.config.image.

let picker = NohanaImagePickerController()
picker.config.image.droppedSmall = UIImage(named: "your-image")
t2ac32 commented 7 years ago

@haranicle it worked pretty straight forward. Thanks!

haranicle commented 7 years ago

👍