LoginSignup
1
1

More than 5 years have passed since last update.

【Objective-C】StoryboardでセットしたUITabBarControllerの画像が実行時に反映されない

Last updated at Posted at 2016-04-30

現象

XcodeでUITabBarに画像をセットしたいが、オリジナルで作った画像をセットすると青色でfillされ、反映されない。

原因

UITabBarにセットする画像に、アルファチャネルが含まれていない。

対策

アルファチャネルを含んだ画像を使用する。

余談

以下のサイトにアルファチャネルを含む画像をダウンロードできる。他にもiOS、Android、Windows8、Windows10などのデバイスを指定できる。当方はよく利用している。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1