I'm currently setting the corner radius of a UIView via the storyboards user defined run time attributes window.
When I start the application there is a 2-3 second delay before I see the corner radius getting applied.
This is a new project, so there is only this UIView and nothing.
Any idea why I'm seeing this delay? I have pinned the view to the leading, trailing, and bottom of the super view. I then have the height set to a constant.