我在viewDidLoad
添加了阴影,但它没有出现。 UINavigationController
clip to bound
设置为false,但仍会剪切阴影。你知道为什么,如何渲染阴影?
tableview.layer.shadowOffset = CGSize(width: 10, height: -10)
tableview.layer.shadowRadius = 10
tableview.layer.shadowColor = UIColor.yellow.cgColor
tableview.layer.shadowOpacity = 0.5
tableview.layer.masksToBounds = false