UIToolbar on top of navigation bar - black opaque doesn't blend
- by z s
I am trying to put a UIToolbar on the right side of a UINavigationBar, to add multiple buttons on that side. When I leave the tint of both to Default, they blend fine. But when I set both of them to BlackOpaque, they don't blend very well. I can see the edge of where the toolbar starts very clearly.
I've tried this through IB and code. Same result in both cases. Anyone run into this before, or can offer some suggestions?