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

相關文章
相關標籤/搜索