We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Yes you can add custom link annotation with your desired url and then implement the method
-(void)documentViewController:(MFDocumentViewController *)dvc didReceiveURIRequest:(NSString *)uri { NSLog("The URI tapped is %", uri); }
to perform your custom action.