Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

Change Time on Long press

More
IP: 192.168.0.70 12 years 8 months ago #2970 by truculent
hi!
i want to know how i can change time of Long press (for selecting text in PDF)
More
IP: 192.168.0.70 12 years 8 months ago #2973 by radaee
Replied by radaee on topic Change Time on Long press
it is placed in PDFView.m:
- (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event
Code:
else if( touch.timestamp - m_tstamp_tap > 1 )//1 second { dx = point.x * m_scale - m_tx; dy = point.y * m_scale - m_ty; if( dx < 10 && dx > -10 && dy < 10 && dy > -10 ) { m_status = sta_none; if( m_delegate ) [m_delegate OnLongPressed:point.x * m_scale :point.y * m_scale]; } }
Time to create page: 0.399 seconds
Powered by Kunena Forum