Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF
  • Page:
  • 1

TOPIC:

DoubleTapped and get position 9 years 6 months ago #7415

  • kurt_zelda
  • kurt_zelda's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 24
  • Thank you received: 0
I need to get doubletap event from PDF but I haven't seen that event (in Android it was). There is a way to obtain this event (we use the last version of the library 3.0.3?)

Another need is to get the position pointed by x,y but from the PDFView we haven't a public way to get it.
We implemented a new function inside the PDFView.

//get current position on the screen.
-(void)vGetPos :(struct PDFV_POS*)pos :(float) x :(float) y
{
[m_view vGetPos:pos :x :y];
}

Without inheriting the whole class, can we get the PDFV_POS from x / y? Or can you place that function as public so will be awailable in the future?

Thank you.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum