fogwolf
fogwolf

Reputation: 941

iPad iOS 6 How prevent top corners UINavigationBar from rounding with background image

I have found a lot of posts on this but so far no luck. I am targeting iOS 6.0 and have a custom background image for my navigation bar. The top 2 corners are rounding and I have not found a way to prevent this. I've tried setting the status bar to black translucent (seems you can't do this on the iPad) but no luck. I'm attaching a screenshot (see the blue is rounded on the top edges). Any help greatly appreciated, thanks.

enter image description here

Upvotes: 0

Views: 545

Answers (2)

VGruenhagen
VGruenhagen

Reputation: 1497

I agree it looks fine the way it is.

If you do want to remove the rounded edges but still keep the status bar, I would check this answer.

Upvotes: 2

Undo
Undo

Reputation: 25697

First of all, your app looks great.

Second, that rounding is something that the status bar itself does - see this answer. So, there is a way - get rid of the status bar.

However, your app doesn't look like the type that it would make sense to have the status bar go away. If I were you, I would just leave it as-is - it looks great how it is.

Upvotes: 1

Related Questions