标签: swift ios8 xcode6
我在这里遇到一些麻烦...
我如何将这段代码转换为Swift:
imageView.layer.shadowPath = [UIBezierPath bezierPathWithRect:yourImageView.bounds].CGPath;
答案 0 :(得分:7)
你走了:
imageView.layer.shadowPath = UIBezierPath(rect:yourImageView.bounds).CGPath