You should do it like this...AGSPopupInfo *popupInfo = [AGSPopupInfo popupInfoForGraphic:graphic];AGSPopup *popup = [AGSPopup popupWithGraphic:graphic popupInfo:popupInfo];self.popupVC = [[[AGSPopupsContainerViewController alloc]initWithPopups:[NSArray arrayWithObject:popup]]autorelease]; Regards,Nimesh
If you are satisfied with answer then please mark thread as answered.Regards,Nimesh
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.