Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UINavigationバーに区切り線が表示されますが、これを削除するにはどうすればよいですか?
どんな助けでもありがたいです。ありがとう。更新-添付のフルスクリーンスクリーンショット。
iOS 5以降をターゲットにしている場合は、次のようにUINavigationBarに任意の背景画像を設定できます。
[navBar setBackgroundImage:[UIImage imageNamed:@"navBarBg"] forBarMetrics:UIBarMetricsDefault];
iOS 4をサポートする必要がある場合は、UINavigationBarをサブクラス化してdrawRect:メソッドをオーバーライドしてみてください。
drawRect: