PDFNet SDK for iOS - ObjectiveC samples

Q: We have downloaded your latest mobile version (iOS) sdk.

Our requirement is to generate annotations on the fly for specific terms in the pdf’s. In your desktop version we achieved this by maintaining the coordinates of those terms and highlighting the ‘RECT’ corresponding to those coordinates.
How can we achieve this in mobile version of the sdk?

Any help would be appreciated and if you could send us a link which has few samples or description of the iOS api.

A: The Objective C API is a replica of the standard PDFNet C/C++ API. Actually instead of using “Objective C” binding, you could also use the same C/C++ API that is available on all platforms.

We have just added Objective Cport of most PDFNet samples to http://www.pdftron.com/pdfnet/samplecode.html