I've looked through UIToolbar Class Reference and I don't see a way to add an image to a UIToolBar - I want to place one in the toolbar like they do in the "NewYorkTimes" application.
I've looked through UIToolbar Class Reference and I don't see a way to add an image to a UIToolBar - I want to place one in the toolbar like they do in the "NewYorkTimes" application.
Any sample code?
Thanks,
- sk
You could make a UIBarButtonItem and fill it with an image then set the button style to plain and uncheck Enabled.