I use ... (although I tried other things)
Before I tried, it looked like this.

tools = [[UIToolbar alloc] initWithFrame:CGRectMake(0, 0, 70, 44.01)];
tools.barStyle = UIBarStyleBlackOpaque;
It looks like this....

How can I match the black opaque layout of the navigation bar?
Jules source
share