での をで表示detailView.xib
します。UIPopover
UIMapView
私DetailView.xib
は:
しかし、ポップオーバーで表示しようとすると、次のように表示されます。
私のコードは次のとおりです。
detailsView *popUp=[[detailsView alloc] initWithNibName:@"detailsView_ipad" bundle:nil];
popView = [[UIPopoverController alloc]initWithContentViewController:popUp];
popView.delegate =self;
[popView setPopoverContentSize:CGSizeMake(600, 400)];
[popView presentPopoverFromRect:control.frame inView:self.view permittedArrowDirections:UIPopoverArrowDirectionUp animated:YES];
実際のxibを表示するにはどうすればよいですUIPopover
か??