Search code examples
objective-ccore-animationcalayer

Making a CALayer and all the things inside it semi-transparent?


How to make a CALayer and all the things inside it semi-transparent? That includes all the things drawn with CoreGraphics and CoreText.


Solution

  • Set layer.opacity = 0.5 or whatever you want it to be.