imageView.layer.shadowColor= [UIColorgreenColor].CGColor;//陰影顏色
imageView.layer.shadowOffset= CGSizeMake(0,0);//偏移距離
imageView.layer.shadowOpacity=0.5;//不透明度
imageView.layer.shadowRadius=10.0;//半徑
imageView.layer.shadowColor= [UIColorgreenColor].CGColor;//陰影顏色
imageView.layer.shadowOffset= CGSizeMake(0,0);//偏移距離
imageView.layer.shadowOpacity=0.5;//不透明度
imageView.layer.shadowRadius=10.0;//半徑