1
vote
1answer
211 views

Detail Disclosure Indicator / prepareForSegue

It has been a while since I have done any iOS programming so please forgive me for the simple question. I have searched, and maybe I am just over thinking this. I have a segue called ...
5
votes
1answer
6k views

MKPinannotation detail disclosure button - present new view

FirstViewController.h #import <UIKit/UIKit.h> #import <MapKit/MapKit.h> @interface TransparentToolbar : UIToolbar{ } @end @interface AddressAnnotation : NSObject <MKAnnotation> { ...
1
vote
1answer
1k views

Simulate a Detail Disclosure Button press

Does anyone know of a way to simulate pressing a detail disclosure button?