UIBarButtonItem a l'initWithCustomView.
Ainsi si vous créerez UIButton, puis vous peut écrire quelque chose comme :
*barButtonItem d'UIBarButtonItem = [[initWithCustomView d'alloc d'UIBarButtonItem] : theUIButtonYouCreated
] ;
http://developer.apple.com/iphone/library/documentation/uikit/reference/UIBarButtonItem_Class/Reference/Reference.html#//apple_ref/occ/instm/UIBarButtonItem/initWithCustomView :
Voici que vous verrez un exemple court :
Comment employer une coutume UIBarButtonItem pour montrer un UIActivityIndicatorView
http://www.leegillen.com/Public/Blog/Entries/2008/10/26_How_to_use_a_custom_UIBarButtonItem_to_display_a_UIActivityIndicatorView.htmlEn fait cette classe a l'initWithImage aussi.