iOS 10 去掉顶部黑线

    UITabBar *tabbarsub = [UITabBar appearance];

  [tabbarsub setBackgroundImage:[UIImage new]];

    [tabbarsub setShadowImage:[UIImage new]];

相关文章:

  • 2022-12-23
  • 2021-04-17
  • 2021-11-05
  • 2021-12-27
  • 2022-12-23
  • 2021-12-21
  • 2021-11-11
  • 2021-05-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-04
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2021-08-03
相关资源
相似解决方案