Problem: How to create a layer that looks like your notification center's or control center's background Solution: Using UIImage+ImageEffects to Create a Blurred Popup Layer Code Fragments: // create the layer self.layer = [CALayer layer]; self.layer