Interface Builder Does Not Recognize Toolbar Buttons
Posted
by Sheehan Alam
on Stack Overflow
See other posts from Stack Overflow
or by Sheehan Alam
Published on 2010-04-09T17:59:12Z
Indexed on
2010/04/09
18:03 UTC
Read the original article
Hit count: 317
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 and they work.
Why isnt my 4th button appearing? If I need to declare an @property for them, will it be a UIToolbarButtonItem or a UIButton?
© Stack Overflow or respective owner