Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9059905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T15:05:17+00:00 2026-06-16T15:05:17+00:00

I have not editable UITextView. When I make double click on it i need

  • 0

I have not editable UITextView. When I make double click on it i need to set backgroung colour for it. How can I do this? I think that didbeginediting event will not occure because this UITextView is not editable

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T15:05:18+00:00Added an answer on June 16, 2026 at 3:05 pm

    Please use Tap Gesture to achieve your describe functionality.

    • add Tap Gesture in your TextView using underneath code.

      UITapGestureRecognizer* tapGestureObj = [[UITapGestureRecognizer alloc]initWithTarget:self action:@selector(TapMethod:)];
      tapGestureObj.numberOfTapsRequired = 2;
      [textViewObj addGestureRecognizer:tapGestureObj];
      
    • TapMethod

      -(void)TapMethod:(UITapGestureRecognizer*)gesture
      {
         //Set your logic on double tap of TextView...
      }
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a UIScrollView that contains a UITextView (not editable). I can't make the
how to make the cell not editable on double click? cells are editable on
I have not been able to find any definitive answers to this question: Can
I have a jtextarea that is not editable. It has some text in it.
I have a uitextview and for some reasons I would it was not editable
I need to make some characters is not editable within the text area... I.e.
I have a UITextView(not editable). When user tries to select text I want to
I have Editable from Datatables , what i need to do is make 'Browser'
I have a screen with textviews now i want to make this editable on
I have a UITextView and need to make a specific portion un-deletable. Its the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.