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

TOPIC:

Select text button on iOS 7 years 8 months ago #10967

  • ssaguado
  • ssaguado's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 6
  • Thank you received: 0
Hello,

How can I enable the select text button on iOS?

Selecting text with long press is very uncomfortable because you don't know if you have held it down enought before drag.

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

Select text button on iOS 7 years 8 months ago #10968

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,
this is the code in long press action:
-(void)OnLongPressed:(float)x :(float)y
{
    [m_view vSelStart];//start to select
    m_bSel = true;
}
You can add a button and call the same lines of code.
The following user(s) said Thank You: ssaguado

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

Select text button on iOS 7 years 8 months ago #11015

  • ssaguado
  • ssaguado's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 6
  • Thank you received: 0
Thank You.

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

  • Page:
  • 1
Powered by Kunena Forum