as seen in radar (28342777) - there is an issue in iOS10 when creating UIImageView
. Since the views are made automatically to (1000x1000px) sometimes they won't display.
turning off masksToBounds
will make them appear correctly, but don't allow to make the circular.
I tried using cornerRadius
by itself, but it won't work.
Is there a work around?