MultiRowCalloutAnnotationView
MultiRowCalloutAnnotationView copied to clipboard
An iOS MapKit callout annotation view with independent cells and accessory actions.
This is something I discovered in the code from asynchrony.com that you based yours off of. I've been trying to fix it with no success so far, so I went...
I changed the code in District.m file. - (District *)demoAnnotationFactory { Representative *dudeOne = [Representative representativeWithName:@"Rep. Dude" party:@"Republican" image:[UIImage imageNamed:@"redstar"] representativeID:@"TXL1"]; Representative *dudeTwo = [Representative representativeWithName:@"Rep. Guy" party:@"Democrat" image:[UIImage imageNamed:@"bluestar"]...