Undo
Undo

Reputation: 25697

iPad Corner Radius Where App Meets Status Bar

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:

What's This Corner Radius?

I would like to know what the radius is that iOS makes your app fit into.

Thanks,

Erway Software

Upvotes: 1

Views: 503

Answers (1)

Eric
Eric

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

Related Questions