ucu072 / HCPushBackAnimation

Demo of push back animation to display a modal view.
92 stars 8 forks source link

rounded corners #1

Open malhal opened 11 years ago

malhal commented 11 years ago

rounded corners don't push back they change to square

ucu072 commented 11 years ago

Thank you for your comment.

You need to custom background image. navigation_bar_bg

And you can call like [[UINavigationBar appearance] setBackgroundImage:[[UIImage imageNamed:@"navigation_bar_bg.png"] stretchableImageWithLeftCapWidth:5 topCapHeight:22] forBarMetrics:UIBarMetricsDefault];

I will reflect on the next commit.