I was wondering how to make the UIToolbar look transparent like the photos app where it allows the photo below it to be seen. I have my UIToolbar placed in IB. In IB, I set both the tintColor and backgroundColor to ClearColor.
In code, I also do:
_webViewToolbar.translucent = YES;
_webViewToolbar.alpha = 0.5;
Unfortunately, it only looks like this:
Any thoughts? Thanks!