I created 4 UIButton's that are Custom and Plain in IB.
I added a background image to them and then placed them onto my UIToolbar.
I created IBActions and hooked up all of the buttons
I did not create @property for the buttons, but 3/4 of them appear on my toolbar when I run the app in my the simulator. There is a blank space for the missing toolbar item, but when I click on the blank space, it calls my IBAction.
Why isnt my 4th button appearing? If I need to declare an @property for them, will it be a UIToolbarButtonItem or a UIButton?
Note: IB Is showing the buttons as a "Custom Button" instead of a Bar Button Item. I want a custom button because I don't want the image on the button to become inverted.