Tom Bachant

Results 13 comments of Tom Bachant

Ok thanks. I guess that means this issue is more of a feature request for Swift 4 support

Hey @omastny, thanks for your support. I'm guessing that you would expect lighter background colors with black text in a dark mode setting?

This only handles setting the initials avatar in the event that an image is not available. If you have an image, you can just manipulate `UIImageView` directly by setting properties...

Hey Pirokar, can you please provide some relevant code so I can see what parameters you're passing into the `setImageForName` function?

Hey @Pirokar, is this a Swift project? If so, you should use https://github.com/bachonk/InitialsImageView

Thanks @O-mkar. Do you have any relevant code or steps to reproduce?

@O-mkar unfortunately, I'm still not seeing the issue on my end, but I'll continue to dig around. In the meantime, could you share what your alternative fix was?

Hey @steilerDev, thanks for pointing this out. Try pulling down the latest cocoapod release, and let me know if that fixes things.

Forgot to push up the latest to cocoapods, thanks for pointing that out. Try now

The random color generation is designed in such a way that it tries to prevent making bright background colors, but it could be improved. Another solution is to roll your...