- (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;}
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.