awkward / Tatsi

A drop-in replacement for UIImagePickerController with the ability to select multiple images and/or videos
MIT License
110 stars 30 forks source link

Link color configuration not completely implemented #48

Closed aadjemonkeyrock closed 4 years ago

aadjemonkeyrock commented 4 years ago

With the color configuration I can set a link color. This works fine, except in the checkmark when you select images in the album. This checkmark always uses the default link color.

This can be seen in AssetCollectionViewCell.swift on line 65

This is either forgotten or skipped because in the AssetCollectionViewCell you don't have access to the configuration.

aadjemonkeyrock commented 4 years ago

I really needed this for my project and I implemented an additional custom color. I've created a PR for the issue too, in case you are interested.