24

Is it possible to make a UIView (and any other subviews within it) set to an opacity of say 0.5 or whatever? Not sure if this is even possible, but want to ask.

mootymoots
  • 4,545
  • 9
  • 46
  • 74

1 Answers1

69
view.alpha = 0.5; // Doesn't it work?
Vladimir
  • 170,431
  • 36
  • 387
  • 313