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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.