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 7739849
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:37:33+00:00 2026-06-01T08:37:33+00:00

I am creating subView with UIButtons. I want to delete text from UITextField like

  • 0

I am creating subView with UIButtons.
I want to delete text from UITextField like keyboard’s backspace button with UIButton.
In Keyboard’s backspace button,once clicked , it’s just delete one word.
Like that, i want to do with UIButton.
How can i do that?

  • 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-01T08:37:35+00:00Added an answer on June 1, 2026 at 8:37 am

    Get the UITextField‘s text property, remove the last character and set the new string back to the UITextField.

    - (void)someButtonPressed:(id)sender {
        NSString *text = [myTextField text];
        text = [text substringToIndex:[text length] - 1];
        [myTextField setText:text];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Creating a JApplet I have 2 Text Fields, a button and a Text Area.
Hey guys i am creating a UILabel and a UIButton programatically inside another button,
I've typically followed the pattern of creating an object in my method (like viewDidLoad
i'm creating a button programmaticly for an iPad application. when i see the button,
I have a basic subview that slides up 80 from the top of the
I have the following situation: From within a view controller, I go about creating
Is there anything wrong or unhealthy about creating a subview of the view controller's
I am creating a quiz app which has 2 views, MMAppViewController and a subview
I am creating a button pro-grammatically in my TableView Header cell and adding TouchUpInside
When creating Cocoa bevel button with custom image and alternate image I'm having a

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.