2014-03-01から1日間の記事一覧

iOSで背景色を設定する

iOS

iOSで背景色を設定する時のメモ。詳細に色をつくりたい場合はUIColor Code Generatorが便利です。 self.view.backgroundColor = [UIColor redColor]; 参考 change the background color with code