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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T17:43:55+00:00 2026-06-05T17:43:55+00:00

I am developing an application for iOS 5 . I am trying to push

  • 0

I am developing an application for iOS 5.

I am trying to push a nib after tapping on a text-field to add an item and pull down the current screen. When I attach the following code to a button, it works:

-(IBAction)addView:(id)sender on touch-up

Unfortunately – when I do something similar on a textField, I do not get the same result. Any help would be much appreciated.

  • 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-05T17:43:56+00:00Added an answer on June 5, 2026 at 5:43 pm

    to push a nib file on tap of your UITextFeild you need to use the delegate method of textfield

    - (BOOL)textFieldShouldBeginEditing:(UITextField *)textField
    

    Now what you need t o do is push your view as below :

        - (BOOL)textFieldShouldBeginEditing:(UITextField *)textField
        {
             ViewController  *vc = [[ViewController alloc] initWithNibName:@"ViewController" bundle:nil];
            [self.navigationController pushViewController:vc animated:YES];
    return  NO;
    
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an application for ios 5.1. I have now set up push
I am developing an iOS application which resembles a musical instrument. I am trying
I am developing an iOS application, and trying to zip the file I have
My developing iOS application is sometimes terminated after the method addSubview: is called in
I am developing an application for jailbroken iOS devices. I'd like to target booth
i am developing one streaming application for iOS and i am getting all audio
I'm developing an iOS 4 application with iOS 5.0 SDK and XCode 4.2. I
I'm developing an iOS 4 application with iOS 5.0 SDK and XCode 4.2. I
I am currently developing an application which is using the Dropbox iOS SDK version
I am developing a XMPP based chat application for iOS. One of the features

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.