LoginSignup
6
8

More than 5 years have passed since last update.

SwiftでUIButtonの背景色(backgroundColor)の変更

Last updated at Posted at 2014-12-19

UIButtonの背景色(backgroundColor)の設定

self.button.backgroundColor = UIColor.blackColor()

ちなみにテキストの色の設定は

self.button.setTitleColor(UIColor.whiteColor(), forState: .Normal)
6
8
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
6
8