Reputation: 941
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.
Upvotes: 0
Views: 545
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
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