何が間違っているのかわかりません。ファイル名は正しく、スタイルは無地に設定されています。しかし、私は私の画像のサイズの銀行の白い箱を手に入れました. UINavigationController を使用しています。
どうぞよろしくお願いいたします。
**参考までに、私はObjective Cに慣れていないので、私に負担をかけすぎないでください。;)
UIBarButtonItem *toolbarChannelGuideButton = [[UIBarButtonItem alloc]
initWithImage:[UIImage imageNamed:@"channel-guide-button.png"]
style:UIBarButtonItemStylePlain
target:self
action:@selector(action:)];
self.toolbarItems = [NSArray arrayWithObjects:toolbarChannelGuideButton, nil];
[toolbarChannelGuideButton release];