I'm trying to display a number and an image as a bar button Item, but I don't know how to implement that.
I'm adding a shopping cart button in my UINavigationController
, which displays a shopping cart icon as an image, and the number of products inside the cart.
How can I make a similar button?