简体   繁体   中英

How I get bounds UIImageView Swift

I have some trouble here with this...

How I convert this piece of code to Swift:

imageView.layer.shadowPath = [UIBezierPath bezierPathWithRect:yourImageView.bounds].CGPath;

干得好:

imageView.layer.shadowPath = UIBezierPath(rect:yourImageView.bounds).CGPath

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM