I\'ve recently come across this website and I\'ve been trying to add to my call out view a button (from a image).
The code on the websites example works just fine, but w
That guy is using a custom image to imitate the detail disclosure. You can actually get the standard detail disclosure quite easily:
[UIButton buttonWithType:UIButtonTypeDetailDisclosure];