Hello team, i have the book iOS 11 by Tutorials FIRST EDITION, i run the project file and i read the pdfkit project on page 236,
now my problem is : how system “understand” when user click on forms? e.g when user click/tab on form then print a message console? i try with clear button but i cant understand click the button then clear forms…
2)it is possible to check form keystroke by user? e.g if user write on form e.g hello them write automatically on form2 hello2 ??
@hackertom A cursory look at the documentation doesn’t appear to show any type of support for using UITextFieldDelegate-like methods to control text input or be notified when a text annotation is selected. It also looks as though action is only available for Links or Button type annotations.
It doesn’t appear to be be possible @hackertom. I don’t have a license for PSPDFKit, but they have been around for a long time, and seem to have quite a bit more fleshed out. Other than that, I don’t have anything I could recommend to do what you’re looking for off the top of my head.