1     UIView *containerView = [[[UIView alloc] initWithFrame:CGRectMake(20, 20, 280, 300)] autorelease];
2     containerView.backgroundColor = [UIColor clearColor];
3     containerView.layer.shadowOffset = CGSizeMake(0, 2);
4     containerView.layer.shadowOpacity = 0.80;

 

相关文章:

  • 2022-03-13
  • 2022-12-23
  • 2022-03-13
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2021-10-07
猜你喜欢
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2022-12-23
相关资源
相似解决方案