ios 图片添加阴影

UIimageView *imageView = [[UIImageView alloc ] init];ip

imageView.layer.shadowColor = [UIColor blackColor].CGColor;ci

imageView.layer.shadowOffset = CGSizeMake(3,2);it

imageView.layer.shadowOpacity = 0.6;cli

imageView.layer.shadowRadius = 1.0;im

imageView.clipsToBounds = NO;di

相关文章
相关标签/搜索