ios - iOS7 style mapview callout segue in the callout (calloutAccessoryControlTapped, UIButtonTypeDetailDisclosure) -


i have mapview on ipad annotations , callouts, each callout has rightcalloutaccessoryview detail disclosure button. see stock maps app performs segue callout details within callout's object. first performs transition of view right left push segue, resizes callout frame based on detail's content.

how should configure segue in storyboard performed within original callout , not replace entire screen? push segue or popover? if it's popover, how should configure anchor , passthrough?

- (void)mapview:(mkmapview *)mapview annotationview:(mkannotationview *)view calloutaccessorycontroltapped:(uicontrol *)control {     [self performseguewithidentifier:@"contactdetail" sender:self]; } 

enter image description here


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -