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
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.