bachonk / InitialsImageView

A simple UIImageView extension for using initials as a profile image, written in swift
MIT License
213 stars 41 forks source link

Safely unwrap optionals instead of force unwrapping #14

Closed chickdan closed 5 years ago

chickdan commented 5 years ago

Rather than crashing, an empty image is returned.

bachonk commented 5 years ago

Hey @chickdan, looks like something went wrong with your commit, can you take a look at the diff?

chickdan commented 5 years ago

Really strange, I'm not sure how that happened. It is fixed now @bachonk