Just a quick questions is How can I get delegate, results or call back from buttons, check boxes, text fields... that are located on the PDF file.
To be clearer, I'm working on a project that are PDF test forms with a bundle of multi-chooses questions, some text fields and a button to submit them. I need to get these details that user entered.
It seems to be this delegate, but it doesn't work
- (void)pdfViewController:(PSPDFViewController *)pdfController didShowAnnotationView:(UIView<PSPDFAnnotationView> *)annotationView onPageView:(PSPDFPageView *)pageView;