次のコードをアプリ デリゲートに追加して、ロゴを UINavigationBar に取得していますが、機能していません。プロジェクト内に Logo.png と Logo@2x.png があります。
私は何を間違っていますか?
UIImageView *titleView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"Logo.png"]];
[[UINavigationBar appearance] setTitleView:titleView];