self.thisView.layer.shadowColor = UIColor.red.cgColor
self.thisView.layer.shadowOffset = CGSize(width: 0, height: -10)
self.thisView.layer.shadowRadius = 1
self.thisView.layer.shadowOpacity = 1
self.thisView.layer.shadowColor = UIColor.red.cgColor
self.thisView.layer.shadowOffset = CGSize(width: 0, height: -10)
self.thisView.layer.shadowRadius = 1
self.thisView.layer.shadowOpacity = 1