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
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.