- (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;}
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.