bachonk/UIImageView-Letters

Ruins Circular Image if text is set prior to image

Opened this issue · 2 comments

If I set Image after setting the text in my ciruclar imageView. It doesn't make the image circular! Attached are the screenshots (I have drawn the white path around myself):
screen shot 2015-04-02 at 8 55 40 pm

screen shot 2015-04-02 at 8 55 53 pm

Hm yeah that is a bit odd, I'll see what I can do. You could also set your own circular masking either with Core Graphics or by setting the layer.cornerRadius property of the image.

@bachonk : should this be related to my issue that I'm facing ?