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