Reputation: 25697
I am trying to make some custom art for my app that will be shown at the top of the app, right up against the status bar.
In order to make the art look good, I would like to know what the corner radius is for the part of the app illustrated below:
I would like to know what the radius is that iOS makes your app fit into.
Thanks,
Erway Software
Upvotes: 1
Views: 503
Reputation: 6995
It's about 4.5
. I took a screenshot of the simulator, zoomed in about 2000% and compared various values to dial it in.
If you're making a UIView in the Interface Builder and specifying the layer.cornerRadius
in the User Defined Runtime Attributes, a value of 5
is more than close enough.
Upvotes: 2