UIView *mView = _mapView.subviews.firstObject;

 for (id logoView in mView.subviews)  {

     if ([logoView isKindOfClass:[UIImageView class]])      {    

     UIImageView *b_logo = (UIImageView*)logoView;

         b_logo.hidden = YES;    

 }

 }  

 

相关文章:

  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案