存在问题,我想利用各种应用方法改变视力控制器。 但是,它没有工作。 我的守则是:
- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control
{
NSLog(@"calloutAccessoryControlTapped");
Restaurant *location = [view annotation];
// RestaurantDetail *resdetail = [[RestaurantDetail alloc] init];
RestaurantDetail *resdetail = [self.storyboard instantiateViewControllerWithIdentifier:@"details"];
[resdetail setLocation:location];
[self.view addSubview:resdetail.view];
}
我利用故事片来形成这一看法。 该法典在旧的相对照运行。 但是,我希望利用故事片。 不幸的是,它没有工作。 谁帮助我?