views:

20

answers:

2

I know how to use initWithCustomView to create and add a UIBarButtonItem with a custom view in code. But I prefer to do things like this in Interface Builder when I can. I can't seem to find any way to create a custom UIBarButtonItem and set the custom view.

A: 

I am doing this by clicking the UIBarButtonItem, and in the "Inspector" - going under "Bar Item" and setting the "Image".

Brad

related questions