- (UIView*) customViewForGraphic: (AGSGraphic *) graphic screenPoint: (CGPoint) screen mapPoint: (AGSPoint *) mapPoint{ NSMutableDictionary *graphicAttr = [graphic attributes]; GraphicDetailViewController *gdv = [[GraphicDetailViewController alloc] initWithAttr:graphicAttr]; gdv.tableView.frame = CGRectMake(screen.x, screen.y, 300, 200); gdv.tableView.delegate = gdv; return gdv.tableView;}
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.