I'm trying to generate an UIBarButtonItem with style:UIBarButtonItemStlyePlain, and also with both text and image.
The best solutions I found in this site (this one for example) didn't let me set the style as Plain. In fact, this solution only makes a buttonitem with no stlye, but with both text and image.
That's a good progress to solve what I want, but is there a way to add programmatically that plain stlye?