LoginSignup
5
4

More than 5 years have passed since last update.

UIAppearance APIでクラス全体に対して見た目の変更を行う

Posted at

iOS5で導入されたUIAppearanceを使うと、クラス全体に対して見た目の変更が出来る。

使い方はこんな感じ
テーブルビューのバックグラウンドに色を設定
[[UITableView appearance] setBackgroundColor:[UIColor clearColor]];

5
4
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
5
4