I want to have an UIToolbar containing UIButtons with custom icons. As I can see, the highlighted appearence is provided (used when the button is being tapped). What I want is a default appearence for a selected icon (which I would control manually, bo [button setSelected]). According to HIG:
Don’t include a pressed or selected appearance with your icons. iOS automatically provides these appearances for items in navigation bars, toolbars, and tab bars, so you do not need to provide them. Because these visual effects are automatic, you cannot change their appearance.
But I can't get it working.