UITabBarControllerで表示されるUITabBarの背景をデフォルトの黒からオリジナルの画像やカラーに変更する方法です。色々探していたところ、あまり情報はなかったのですがカテゴリを利用すれば出来そうという書き込みのもと、試してみると上手くできました。 @interface UITabBarController(CustomView) - (void) setBackground; @end @implementation UITabBarController(CustomView) - (void) setBackground{ UIImageView *view = [[UIImageView alloc] initWithFrame:CGRectMake(0,0,320,48)]; view.backgroundColor = [UIColor colorWithRed: