I want to show a total inside a toolbar. I put in IB the UILabel on top of the toolbar .
However, when I run the app, the UILabel is totally invisible (but can set v
drag a UIButton into your UIToolBar. Then uncheck User Interaction Enables for this button.
UIButton
UIToolBar
User Interaction Enables
Customize your UIButton so that it will look like a UILabel. Hope this will help you.
UILabel