laptop and a wrench

Bogue

Map do not resize if loaded from source (not from a nib).

Dernière publication: August 25, 2014 No Product Found
Numéro d’ID de bogue NIM062249
EnvoiOctober 25, 2010
Dernière modificationJune 5, 2024
S’applique àNo Product Found
Version trouvée10.0
Version de correctionN/A
StatutFixed

Solution de contournement

Create the AGSMapView controls should look something like this: self.autoresizesSubviews = YES; if (mAreaAView == nil) { mAreaAView = [[AGSMapView alloc] initWithFrame:CGRectMake(0, 33, 768, self.bounds.size.height)]; mAreaAView.mapViewDelegate = self; mAreaAView.backgroundColor=[UIColor blackColor]; mAreaAView.autoresizingMask=UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth; [mAreaAView awakeFromNib]; } [self addSubview:mAreaAView]; if (mAreaBView == nil) { mAreaBView = [[AGSMapView alloc] initWithFrame:CGRectMake(384.0, 0.0, 384.0, self.bounds.size.height)]; mAreaBView.mapViewDelegate = self; mAreaBView.backgroundColor=[UIColor blackColor]; [mAreaBView awakeFromNib]; mAreaBView.autoresizingMask=UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth; }

Étapes pour reproduire

ID de bogue: NIM062249

Logiciel:

  • No Product Found

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement