I want to have a navigation bar like this:
I tried using this image:
And using this code:
homeVC.navigationBar.backIndicatorImage = [UIImage imageNamed:@"bb"];
homeVC.navigationBar.backIndicatorTransitionMaskImage = [UIImage imageNamed:@"bb"];
And the result is...not so good:
What am I doing wrong and how can I achieve an effect similar to the above?
Thanks