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

  • Home
  • SEARCH
  • 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 9213143
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T01:40:50+00:00 2026-06-18T01:40:50+00:00

I have to disable Paste option when user long press on UITextField.I have got

  • 0

I have to disable Paste option when user long press on UITextField.I have got this code but still it is not hiding Paste option.

-(BOOL)canPerformAction:(SEL)action withSender:(id)sender {

    if ( [UIMenuController sharedMenuController] )
    {
        [UIMenuController sharedMenuController].menuVisible = NO;

    }
    return NO;  
}

Can any one help me?

  • 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-18T01:40:51+00:00Added an answer on June 18, 2026 at 1:40 am

    As already said in comments.. you need to “include the exact same code in a subclass of UITextField and then use instances of that class”

    so.. create new file .. let’s say TestPaste.. subclass of UITextField

    enter image description here

    put your code in implementation file (TextPaste.m)

    -(BOOL)canPerformAction:(SEL)action withSender:(id)sender {
    
        if ( [UIMenuController sharedMenuController] )
        {
            [UIMenuController sharedMenuController].menuVisible = NO;
    
        }
        return NO;  
    }
    

    now. go to your NIB/Storyboard, click on your UITextFiled and change the textview class to your TextPaste

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have requirement to disable copy/paste/cut operations on a textbox. For this purpose I
i have the following code to disable task manager of windows xp but it
I have to disable and enable three checkboxes. if the user clicks on one
I have this code in jquery to prevent non-numeric characters being inputted to the
how can I subclass UITextView to disable copy,cut,and paste? I have seen many examples
I have successfully implemented iAd into my App just this past week, but when
For my asp.net mvc 3 application I'm using this plugin . But I have
please have a look at the entire code and if you copy and paste
I have disable scroll in my app, so there is only scroll from facebook
I have one link in a div id where i have to disable 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.