2010-12-26 13 views

答えて

1
- (void)setRightBarButtonItem:(UIBarButtonItem *)item animated:(BOOL)animated 

あなたは、あなたが好きなスタイルのUIBarButtonItemを作成します:

[[self navigationItem] setRightBarButtonItem:myButton animated:NO]; 
関連する問題