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;    

 }

 }  

 

相关文章:

猜你喜欢
相关资源
相似解决方案