Well i have a question? Im Confuse!
I have a mapview where the annotations are layed out.Now i want a popover for annotations.
how Should i do it
1.Create a popover controller in storyboard and push it from delgate method. 2.Create a programmatic popover view ,by all sub views and stuff?
I want to use the first method any one help me out.
- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control
{
// UIViewController *controller = [self.storyboard instantiateViewControllerWithIdentifier:@"annotationPopUp"];
[self performSegueWithIdentifier: @"annotationPush" sender:nil];
}