LoginSignup
10
11

More than 5 years have passed since last update.

透明な背景色のビューを作る

Posted at
view.opaque = false // 不透明を false
view.backgroundColor = UIColor.init(colorLiteralRed: 0, green: 0, blue: 0, alpha: 0) // alpha 0 で色を設定

10
11
2

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
10
11