Swift - UI Button Shadow Gradient
问题 I am trying to recreate a button like this in Swift: I have been able to create the gradient inside of the button accurately from Sketch using the help from here: Answered Question Now I am trying to recreate the glow effect behind the button. I was thinking creating a subview behind it and using a gaussian blur filter to draw it. Now I am stuck in how to implement this, and haven't found a good solution. The normal CALayer shadow doesn't work with gradients, and I am lost. Any help is